reskin: kill kRiotTopicTextColor

This commit is contained in:
manuroe
2019-01-10 18:08:10 +01:00
parent 67044e3451
commit e755b390c7
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;
}