reskin: kill kRiotPrimaryTextColor

This commit is contained in:
manuroe
2019-01-10 18:00:45 +01:00
parent 6eeeb2f8d6
commit 3518ffea04
56 changed files with 115 additions and 111 deletions

View File

@@ -30,7 +30,7 @@
self.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
self.textView.backgroundColor = RiotDesignValues.theme.backgroundColor;
self.defaultTextColor = kRiotPrimaryTextColor;
self.defaultTextColor = RiotDesignValues.theme.textPrimaryColor;
self.cancelButton.tintColor = RiotDesignValues.theme.tintColor;
self.verifyButton.tintColor = RiotDesignValues.theme.tintColor;
self.blockButton.tintColor = RiotDesignValues.theme.tintColor;