mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
reskin: rename ColorValues to Theme
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
self.backgroundColor = kRiotSecondaryBgColor;
|
||||
self.textView.backgroundColor = kRiotPrimaryBgColor;
|
||||
self.textView.textColor = kRiotPrimaryTextColor;
|
||||
self.redactButton.tintColor = RiotDesignValues.colorValues.tintColor;
|
||||
self.closeButton.tintColor = RiotDesignValues.colorValues.tintColor;
|
||||
self.redactButton.tintColor = RiotDesignValues.theme.tintColor;
|
||||
self.closeButton.tintColor = RiotDesignValues.theme.tintColor;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user