mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 06:06:57 +02:00
reskin: kill kRiotPrimaryTextColor
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#import "MediaAlbumTableCell.h"
|
||||
|
||||
#import "RiotDesignValues.h"
|
||||
#import "Riot-Swift.h"
|
||||
|
||||
@implementation MediaAlbumTableCell
|
||||
|
||||
@@ -25,7 +26,7 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.albumDisplayNameLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.albumDisplayNameLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.albumCountLabel.textColor = kRiotSecondaryTextColor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user