mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Enable Dark theme
TODO: - fix the app freeze when user changes the app theme.
This commit is contained in:
@@ -26,10 +26,10 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.mxkLabel.textColor = kRiotTextColorBlack;
|
||||
self.mxkTextField.textColor = kRiotTextColorBlack;
|
||||
self.mxkLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.mxkTextField.textColor = kRiotPrimaryTextColor;
|
||||
|
||||
_isoCountryCodeLabel.textColor = kRiotTextColorBlack;
|
||||
_isoCountryCodeLabel.textColor = kRiotPrimaryTextColor;
|
||||
}
|
||||
|
||||
- (void)setIsoCountryCode:(NSString *)isoCountryCode
|
||||
|
||||
Reference in New Issue
Block a user