Settings: Improve new phone number cell UI.

This commit is contained in:
SBiOSoftWhare
2020-10-01 12:24:55 +02:00
parent 595fd698f9
commit 1c3e33eb8f
3 changed files with 17 additions and 17 deletions
@@ -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;