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

@@ -20,6 +20,7 @@
#import "PublicRoomsDirectoryDataSource.h"
#import "RiotDesignValues.h"
#import "Riot-Swift.h"
@implementation DirectoryRecentTableViewCell
@@ -29,7 +30,7 @@
{
[super customizeTableViewCellRendering];
self.titleLabel.textColor = kRiotPrimaryTextColor;
self.titleLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
self.descriptionLabel.textColor = kRiotSecondaryTextColor;
}