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
@@ -115,7 +115,7 @@
[self.nextStepButton.layer setCornerRadius:5];
self.nextStepButton.clipsToBounds = YES;
self.nextStepButton.backgroundColor = RiotDesignValues.colorValues.tintColor;
self.nextStepButton.backgroundColor = RiotDesignValues.theme.tintColor;
if (kRiotPlaceholderTextColor)
{