mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Settings: Improve new phone number cell UI.
This commit is contained in:
@@ -28,7 +28,9 @@
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.mxkLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
self.mxkTextField.textColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
self.mxkTextField.textColor = ThemeService.shared.theme.textSecondaryColor;
|
||||
self.mxkTextField.tintColor = ThemeService.shared.theme.tintColor;
|
||||
self.mxkTextField.backgroundColor = ThemeService.shared.theme.baseColor;
|
||||
|
||||
_countryCodeButton.tintColor = ThemeService.shared.theme.textSecondaryColor;
|
||||
_isoCountryCodeLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
|
||||
Reference in New Issue
Block a user