reskin: kill kRiotPrimaryBgColor

This commit is contained in:
manuroe
2019-01-10 17:50:26 +01:00
parent 77e6a81276
commit dd4e20d389
49 changed files with 120 additions and 120 deletions

View File

@@ -29,7 +29,7 @@
[super customizeViewRendering];
self.backgroundColor = kRiotSecondaryBgColor;
self.textView.backgroundColor = kRiotPrimaryBgColor;
self.textView.backgroundColor = RiotDesignValues.theme.backgroundColor;
self.defaultTextColor = kRiotPrimaryTextColor;
self.cancelButton.tintColor = RiotDesignValues.theme.tintColor;
self.verifyButton.tintColor = RiotDesignValues.theme.tintColor;