mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
reskin: Create ThemeService.shared
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.mxkLabel.textColor = ThemeService.theme.textPrimaryColor;
|
||||
self.mxkTextField.textColor = ThemeService.theme.textPrimaryColor;
|
||||
self.mxkLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
self.mxkTextField.textColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
|
||||
_isoCountryCodeLabel.textColor = ThemeService.theme.textPrimaryColor;
|
||||
_isoCountryCodeLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
}
|
||||
|
||||
- (void)setIsoCountryCode:(NSString *)isoCountryCode
|
||||
|
||||
Reference in New Issue
Block a user