mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 06:06:57 +02:00
reskin: ColorValues: suffix UIColor properties names with "Color"
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
self.view.backgroundColor = kRiotPrimaryBgColor;
|
||||
self.activityIndicator.backgroundColor = kRiotOverlayColor;
|
||||
|
||||
self.backButton.tintColor = RiotDesignValues.colorValues.accent;
|
||||
self.backButton.tintColor = RiotDesignValues.colorValues.tintColor;
|
||||
}
|
||||
|
||||
- (void)viewWillAppear:(BOOL)animated
|
||||
|
||||
Reference in New Issue
Block a user