mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#import "TableViewCellWithPhoneNumberTextField.h"
|
||||
|
||||
#import "RiotDesignValues.h"
|
||||
#import "Riot-Swift.h"
|
||||
|
||||
#import "NBPhoneNumberUtil.h"
|
||||
|
||||
@@ -26,10 +27,10 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.mxkLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.mxkTextField.textColor = kRiotPrimaryTextColor;
|
||||
self.mxkLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.mxkTextField.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
|
||||
_isoCountryCodeLabel.textColor = kRiotPrimaryTextColor;
|
||||
_isoCountryCodeLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
}
|
||||
|
||||
- (void)setIsoCountryCode:(NSString *)isoCountryCode
|
||||
|
||||
Reference in New Issue
Block a user