mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -66,9 +66,9 @@ static const CGFloat kDirectRoomBorderWidth = 3.0;
|
||||
{
|
||||
[super customizeCollectionViewCellRendering];
|
||||
|
||||
self.roomTitle.textColor = kRiotPrimaryTextColor;
|
||||
self.roomTitle1.textColor = kRiotPrimaryTextColor;
|
||||
self.roomTitle2.textColor = kRiotPrimaryTextColor;
|
||||
self.roomTitle.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.roomTitle1.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.roomTitle2.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.missedNotifAndUnreadBadgeLabel.textColor = RiotDesignValues.theme.backgroundColor;
|
||||
|
||||
// Prepare direct room border
|
||||
|
||||
Reference in New Issue
Block a user