mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
reskin: ColorValues: suffix UIColor properties names with "Color"
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
|
||||
[self.nextStepButton.layer setCornerRadius:5];
|
||||
self.nextStepButton.clipsToBounds = YES;
|
||||
self.nextStepButton.backgroundColor = RiotDesignValues.colorValues.accent;
|
||||
self.nextStepButton.backgroundColor = RiotDesignValues.colorValues.tintColor;
|
||||
|
||||
if (kRiotPlaceholderTextColor)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user