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
+2 -2
View File
@@ -100,10 +100,10 @@
{
[RiotDesignValues.theme applyStyleOnNavigationBar:self.navigationController.navigationBar];
self.barTitleColor = kRiotPrimaryTextColor;
self.barTitleColor = RiotDesignValues.theme.textPrimaryColor;
self.activityIndicator.backgroundColor = kRiotOverlayColor;
self.callerNameLabel.textColor = kRiotPrimaryTextColor;
self.callerNameLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
self.callStatusLabel.textColor = kRiotTopicTextColor;
self.localPreviewContainerView.layer.borderColor = RiotDesignValues.theme.tintColor.CGColor;