Theme: Update shrink buttons color.

This commit is contained in:
SBiOSoftWhare
2020-07-16 23:38:24 +02:00
parent 3a5c549607
commit 10c5e761f2
3 changed files with 12 additions and 6 deletions
@@ -30,6 +30,7 @@
self.mxkLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
self.mxkTextField.textColor = ThemeService.shared.theme.textPrimaryColor;
_countryCodeButton.tintColor = ThemeService.shared.theme.textSecondaryColor;
_isoCountryCodeLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
}