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
+1 -1
View File
@@ -75,7 +75,7 @@ static const CGFloat kButtonSize = 80.0;
self.callerNameLabel = [[UILabel alloc] init];
self.callerNameLabel.backgroundColor = RiotDesignValues.theme.backgroundColor;
self.callerNameLabel.textColor = kRiotPrimaryTextColor;
self.callerNameLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
self.callerNameLabel.font = [UIFont systemFontOfSize:24.0 weight:UIFontWeightMedium];
self.callerNameLabel.text = callerName;
self.callerNameLabel.textAlignment = NSTextAlignmentCenter;