mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
reskin: ColorValues: suffix UIColor properties names with "Color"
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
self.roomNameLabel.textColor = kRiotSecondaryTextColor;
|
||||
|
||||
self.messageTextView.tintColor = RiotDesignValues.colorValues.accent;
|
||||
self.messageTextView.tintColor = RiotDesignValues.colorValues.tintColor;
|
||||
}
|
||||
|
||||
- (void)render:(MXKCellData *)cellData
|
||||
|
||||
Reference in New Issue
Block a user