reskin: kill kRiotPrimaryTextColor

This commit is contained in:
manuroe
2019-01-10 18:00:45 +01:00
parent 6eeeb2f8d6
commit 3518ffea04
56 changed files with 115 additions and 111 deletions

View File

@@ -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;