mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
reskin: Theme: rename colors as it is in the palette now
This commit is contained in:
@@ -220,7 +220,7 @@ NSString *const kEventFormatterOnReRequestKeysLinkActionSeparator = @"/";
|
||||
self.defaultTextColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
self.subTitleTextColor = ThemeService.shared.theme.textSecondaryColor;
|
||||
self.prefixTextColor = ThemeService.shared.theme.textSecondaryColor;
|
||||
self.bingTextColor = ThemeService.shared.theme.notificationMentionColor;
|
||||
self.bingTextColor = ThemeService.shared.theme.notificationPrimaryColor;
|
||||
self.encryptingTextColor = ThemeService.shared.theme.tintColor;
|
||||
self.sendingTextColor = ThemeService.shared.theme.textSecondaryColor;
|
||||
self.errorTextColor = ThemeService.shared.riotColorRed;
|
||||
|
||||
Reference in New Issue
Block a user