mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 06:58:20 +02:00
reskin: rename ColorValues to Theme
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
|
||||
[self.nextStepButton.layer setCornerRadius:5];
|
||||
self.nextStepButton.clipsToBounds = YES;
|
||||
self.nextStepButton.backgroundColor = RiotDesignValues.colorValues.tintColor;
|
||||
self.nextStepButton.backgroundColor = RiotDesignValues.theme.tintColor;
|
||||
|
||||
if (kRiotPlaceholderTextColor)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user