mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
reskin: kill kRiotPrimaryBgColor
This commit is contained in:
@@ -51,7 +51,7 @@ static const CGFloat kDirectRoomBorderWidth = 3.0;
|
||||
self.roomTitle.textColor = kRiotPrimaryTextColor;
|
||||
self.lastEventDescription.textColor = kRiotSecondaryTextColor;
|
||||
self.lastEventDate.textColor = kRiotSecondaryTextColor;
|
||||
self.missedNotifAndUnreadBadgeLabel.textColor = kRiotPrimaryBgColor;
|
||||
self.missedNotifAndUnreadBadgeLabel.textColor = RiotDesignValues.theme.backgroundColor;
|
||||
|
||||
// Prepare direct room border
|
||||
CGColorRef directRoomBorderColor = CGColorCreateCopyWithAlpha(RiotDesignValues.theme.tintColor.CGColor, kDirectRoomBorderColorAlpha);
|
||||
|
||||
Reference in New Issue
Block a user