reskin: kill kRiotTopicTextColor

This commit is contained in:
manuroe
2019-01-10 18:08:10 +01:00
parent 936a26da1a
commit 3cd88a2cb2
6 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -104,7 +104,7 @@
self.activityIndicator.backgroundColor = kRiotOverlayColor;
self.callerNameLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
self.callStatusLabel.textColor = kRiotTopicTextColor;
self.callStatusLabel.textColor = RiotDesignValues.theme.baseTextSecondaryColor;
self.localPreviewContainerView.layer.borderColor = RiotDesignValues.theme.tintColor.CGColor;
self.localPreviewContainerView.layer.borderWidth = 2;