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
@@ -18,6 +18,7 @@
#import "ExpandedRoomTitleView.h"
#import "RiotDesignValues.h"
#import "Riot-Swift.h"
#import "MXRoomSummary+Riot.h"
@@ -39,7 +40,7 @@
[super customizeViewRendering];
self.roomTopic.textColor = kRiotTopicTextColor;
self.roomMembers.textColor = kRiotColorGreen;
self.roomMembers.textColor = RiotDesignValues.colorValues.accent;
}
- (void)refreshDisplay