reskin: Theme: rename colors as it is in the palette now

This commit is contained in:
manuroe
2019-01-11 13:07:50 +01:00
parent 478990ef65
commit 7efcf8f6c4
10 changed files with 19 additions and 17 deletions
@@ -63,7 +63,7 @@ NSString *const kInviteRecentTableViewCellRoomKey = @"kInviteRecentTableViewCell
self.leftButton.backgroundColor = ThemeService.shared.theme.tintColor;
self.rightButton.backgroundColor = ThemeService.shared.theme.tintColor;
self.noticeBadgeView.backgroundColor = ThemeService.shared.theme.notificationMentionColor;
self.noticeBadgeView.backgroundColor = ThemeService.shared.theme.notificationPrimaryColor;
}
- (void)onDeclinePressed:(id)sender