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
@@ -17,6 +17,7 @@
#import "GroupTableViewCell.h"
#import "RiotDesignValues.h"
#import "Riot-Swift.h"
#import "MXGroup+Riot.h"
@@ -46,7 +47,7 @@
if (self.missedNotifAndUnreadBadgeLabel)
{
self.missedNotifAndUnreadBadgeLabel.textColor = kRiotPrimaryBgColor;
self.missedNotifAndUnreadBadgeLabel.textColor = RiotDesignValues.theme.backgroundColor;
}
self.groupAvatar.defaultBackgroundColor = [UIColor clearColor];