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

View File

@@ -18,6 +18,7 @@
#import "TableViewCellWithLabelAndLargeTextView.h"
#import "RiotDesignValues.h"
#import "Riot-Swift.h"
@implementation TableViewCellWithLabelAndLargeTextView
@@ -36,8 +37,8 @@
{
[super customizeTableViewCellRendering];
_label.textColor = kRiotPrimaryTextColor;
_textView.textColor = kRiotPrimaryTextColor;
_label.textColor = RiotDesignValues.theme.textPrimaryColor;
_textView.textColor = RiotDesignValues.theme.textPrimaryColor;
}
- (void)layoutSubviews