mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
self.containerView.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
|
||||
self.textView.backgroundColor = RiotDesignValues.theme.backgroundColor;
|
||||
self.defaultTextColor = kRiotPrimaryTextColor;
|
||||
self.defaultTextColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.cancelButton.tintColor = RiotDesignValues.theme.tintColor;
|
||||
self.deleteButton.tintColor = RiotDesignValues.theme.tintColor;
|
||||
self.renameButton.tintColor = RiotDesignValues.theme.tintColor;
|
||||
|
||||
@@ -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