mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
reskin: kill kRiotSecondaryTextColor
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#import "DirectoryServerDetailTableViewCell.h"
|
||||
|
||||
#import "RiotDesignValues.h"
|
||||
#import "Riot-Swift.h"
|
||||
|
||||
@implementation DirectoryServerDetailTableViewCell
|
||||
|
||||
@@ -24,7 +25,7 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.detailDescLabel.textColor = kRiotSecondaryTextColor;
|
||||
self.detailDescLabel.textColor = RiotDesignValues.theme.textSecondaryColor;
|
||||
}
|
||||
|
||||
- (void)render:(id<MXKDirectoryServerCellDataStoring>)cellData
|
||||
|
||||
Reference in New Issue
Block a user