reskin: rename ColorValues to Theme

This commit is contained in:
manuroe
2019-01-10 15:32:59 +01:00
parent a7fa1134cc
commit de0f5522ff
79 changed files with 210 additions and 210 deletions
@@ -58,7 +58,7 @@ NSString *const kGroupInviteTableViewCellRoomKey = @"kGroupInviteTableViewCellRo
self.leftButton.backgroundColor = kRiotColorBlue;
self.rightButton.backgroundColor = kRiotColorBlue;
self.noticeBadgeView.backgroundColor = RiotDesignValues.colorValues.notificationMentionColor;
self.noticeBadgeView.backgroundColor = RiotDesignValues.theme.notificationMentionColor;
}
- (void)onDeclinePressed:(id)sender