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
+3 -3
View File
@@ -31,9 +31,9 @@
self.containerView.backgroundColor = kRiotSecondaryBgColor;
self.textView.backgroundColor = kRiotPrimaryBgColor;
self.defaultTextColor = kRiotPrimaryTextColor;
self.cancelButton.tintColor = RiotDesignValues.colorValues.tintColor;
self.deleteButton.tintColor = RiotDesignValues.colorValues.tintColor;
self.renameButton.tintColor = RiotDesignValues.colorValues.tintColor;
self.cancelButton.tintColor = RiotDesignValues.theme.tintColor;
self.deleteButton.tintColor = RiotDesignValues.theme.tintColor;
self.renameButton.tintColor = RiotDesignValues.theme.tintColor;
}
@end