Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead

This commit is contained in:
manuroe
2018-11-30 17:10:28 +01:00
parent 9fea29617e
commit a28271afcb
62 changed files with 170 additions and 111 deletions
+1 -1
View File
@@ -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;