reskin: kill kRiotTopicTextColor

This commit is contained in:
manuroe
2019-01-10 18:08:10 +01:00
parent 936a26da1a
commit 3cd88a2cb2
6 changed files with 6 additions and 9 deletions
@@ -51,7 +51,7 @@
{
[super customizeViewRendering];
self.roomTopic.textColor = kRiotTopicTextColor;
self.roomTopic.textColor = RiotDesignValues.theme.baseTextSecondaryColor;
self.roomMembers.textColor = RiotDesignValues.theme.tintColor;
}