reskin: Kill kRiotColorXxxx

This commit is contained in:
manuroe
2019-01-11 11:57:02 +01:00
parent 2fdb06d879
commit 9cce93ecea
20 changed files with 69 additions and 78 deletions
@@ -55,8 +55,8 @@ NSString *const kGroupInviteTableViewCellRoomKey = @"kGroupInviteTableViewCellRo
{
[super customizeTableViewCellRendering];
self.leftButton.backgroundColor = kRiotColorBlue;
self.rightButton.backgroundColor = kRiotColorBlue;
self.leftButton.backgroundColor = ThemeService.shared.riotColorBlue;
self.rightButton.backgroundColor = ThemeService.shared.riotColorBlue;
self.noticeBadgeView.backgroundColor = ThemeService.shared.theme.notificationMentionColor;
}