reskin: kill kRiotSecondaryBgColor

This commit is contained in:
manuroe
2019-01-10 17:57:17 +01:00
parent cc250b79b8
commit cb5e03af4a
41 changed files with 69 additions and 69 deletions
@@ -112,7 +112,7 @@
{
[super customizeViewRendering];
self.separatorView.backgroundColor = kRiotSecondaryBgColor;
self.separatorView.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
if (self.messageLabel.textColor != kRiotColorPinkRed)
{
self.messageLabel.textColor = kRiotSecondaryTextColor;