mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#import "AvatarGenerator.h"
|
||||
|
||||
#import "RiotDesignValues.h"
|
||||
#import "Riot-Swift.h"
|
||||
|
||||
@implementation GroupRoomTableViewCell
|
||||
|
||||
@@ -36,7 +37,7 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.roomDisplayName.textColor = kRiotPrimaryTextColor;
|
||||
self.roomDisplayName.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.roomTopic.textColor = kRiotSecondaryTextColor;
|
||||
|
||||
_roomAvatar.defaultBackgroundColor = [UIColor clearColor];
|
||||
|
||||
Reference in New Issue
Block a user