reskin: kill kRiotPrimaryTextColor

This commit is contained in:
manuroe
2019-01-10 18:00:45 +01:00
parent cb5e03af4a
commit 469a0b7031
56 changed files with 115 additions and 111 deletions
@@ -26,7 +26,7 @@
{
[super customizeTableViewCellRendering];
self.userNameLabel.textColor = kRiotPrimaryTextColor;
self.userNameLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
self.messageTextView.tintColor = RiotDesignValues.theme.tintColor;
}