mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
reskin: kill kRiotSecondaryTextColor
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
|
||||
self.title.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
|
||||
self.message.textColor = kRiotSecondaryTextColor;
|
||||
self.message.textColor = RiotDesignValues.theme.textSecondaryColor;
|
||||
|
||||
self.date.tintColor = kRiotSecondaryTextColor;
|
||||
self.date.tintColor = RiotDesignValues.theme.textSecondaryColor;
|
||||
}
|
||||
|
||||
+ (CGFloat)heightForCellData:(MXKCellData *)cellData withMaximumWidth:(CGFloat)maxWidth
|
||||
|
||||
Reference in New Issue
Block a user