mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead
This commit is contained in:
@@ -221,7 +221,7 @@ NSString *const kEventFormatterOnReRequestKeysLinkActionSeparator = @"/";
|
||||
self.subTitleTextColor = kRiotSecondaryTextColor;
|
||||
self.prefixTextColor = kRiotSecondaryTextColor;
|
||||
self.bingTextColor = RiotDesignValues.colorValues.notificationMention;
|
||||
self.encryptingTextColor = kRiotColorGreen;
|
||||
self.encryptingTextColor = RiotDesignValues.colorValues.accent;
|
||||
self.sendingTextColor = kRiotSecondaryTextColor;
|
||||
self.errorTextColor = kRiotColorRed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user