Theme: Update shrink buttons color.

This commit is contained in:
SBiOSoftWhare
2020-07-16 23:38:24 +02:00
parent 832f1d219c
commit efb037e614
3 changed files with 12 additions and 6 deletions
@@ -113,6 +113,8 @@
self.isoCountryCodeLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
self.callingCodeLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
self.countryCodeButton.tintColor = ThemeService.shared.theme.textSecondaryColor;
self.messageLabel.textColor = ThemeService.shared.theme.textSecondaryColor;
self.messageLabel.numberOfLines = 0;