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
@@ -40,7 +40,7 @@ NSString *const kRoomMembershipExpandedBubbleCellTapOnCollapseButton = @"kRoomMe
self.separatorView.backgroundColor = kRiotSecondaryBgColor;
[self.collapseButton setTintColor:RiotDesignValues.colorValues.tintColor];
[self.collapseButton setTintColor:RiotDesignValues.theme.tintColor];
self.collapseButton.titleLabel.font = [UIFont systemFontOfSize:14];
}