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
@@ -69,7 +69,7 @@ static const CGFloat kDirectRoomBorderWidth = 3.0;
self.roomTitle.textColor = kRiotPrimaryTextColor;
self.roomTitle1.textColor = kRiotPrimaryTextColor;
self.roomTitle2.textColor = kRiotPrimaryTextColor;
self.missedNotifAndUnreadBadgeLabel.textColor = kRiotPrimaryBgColor;
self.missedNotifAndUnreadBadgeLabel.textColor = RiotDesignValues.theme.backgroundColor;
// Prepare direct room border
CGColorRef directRoomBorderColor = CGColorCreateCopyWithAlpha(RiotDesignValues.theme.tintColor.CGColor, kDirectRoomBorderColorAlpha);