mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 03:20:50 +02:00
reskin: rename ColorValues to Theme
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
self.roomNameLabel.textColor = kRiotSecondaryTextColor;
|
||||
|
||||
self.messageTextView.tintColor = RiotDesignValues.colorValues.tintColor;
|
||||
self.messageTextView.tintColor = RiotDesignValues.theme.tintColor;
|
||||
}
|
||||
|
||||
- (void)render:(MXKCellData *)cellData
|
||||
|
||||
Reference in New Issue
Block a user