reskin: kill kRiotPrimaryTextColor

This commit is contained in:
manuroe
2019-01-10 18:00:45 +01:00
parent 2bdadf5cda
commit 1fe7b85e16
56 changed files with 115 additions and 111 deletions
@@ -20,6 +20,7 @@
#import "AvatarGenerator.h"
#import "RiotDesignValues.h"
#import "Riot-Swift.h"
@implementation GroupRoomTableViewCell
@@ -36,7 +37,7 @@
{
[super customizeTableViewCellRendering];
self.roomDisplayName.textColor = kRiotPrimaryTextColor;
self.roomDisplayName.textColor = RiotDesignValues.theme.textPrimaryColor;
self.roomTopic.textColor = kRiotSecondaryTextColor;
_roomAvatar.defaultBackgroundColor = [UIColor clearColor];