mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user