mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -48,7 +48,7 @@ static const CGFloat kDirectRoomBorderWidth = 3.0;
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.roomTitle.textColor = kRiotPrimaryTextColor;
|
||||
self.roomTitle.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.lastEventDescription.textColor = kRiotSecondaryTextColor;
|
||||
self.lastEventDate.textColor = kRiotSecondaryTextColor;
|
||||
self.missedNotifAndUnreadBadgeLabel.textColor = RiotDesignValues.theme.backgroundColor;
|
||||
|
||||
Reference in New Issue
Block a user