reskin: kill kRiotSecondaryTextColor

This commit is contained in:
manuroe
2019-01-10 18:05:21 +01:00
parent 1fe7b85e16
commit 67044e3451
35 changed files with 61 additions and 57 deletions
@@ -20,6 +20,7 @@
#import "PublicRoomTableViewCell.h"
#import "AppDelegate.h"
#import "Riot-Swift.h"
#pragma mark - Constants definitions
@@ -338,7 +339,7 @@ double const kPublicRoomsDirectoryDataExpiration = 10;
if (!tableViewCell)
{
tableViewCell = [[MXKTableViewCell alloc] init];
tableViewCell.textLabel.textColor = kRiotSecondaryTextColor;
tableViewCell.textLabel.textColor = RiotDesignValues.theme.textSecondaryColor;
tableViewCell.textLabel.font = [UIFont systemFontOfSize:15.0];
tableViewCell.selectionStyle = UITableViewCellSelectionStyleNone;
}