mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#import "PublicRoomsDirectoryDataSource.h"
|
||||
|
||||
#import "RiotDesignValues.h"
|
||||
#import "Riot-Swift.h"
|
||||
|
||||
@implementation DirectoryRecentTableViewCell
|
||||
|
||||
@@ -29,7 +30,7 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.titleLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.titleLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.descriptionLabel.textColor = kRiotSecondaryTextColor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user