mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
reskin: Rename RiotDesignValues -> ThemeService
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#import "PublicRoomsDirectoryDataSource.h"
|
||||
|
||||
#import "RiotDesignValues.h"
|
||||
#import "ThemeService.h"
|
||||
#import "Riot-Swift.h"
|
||||
|
||||
@implementation DirectoryRecentTableViewCell
|
||||
@@ -30,8 +30,8 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.titleLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
|
||||
self.descriptionLabel.textColor = RiotDesignValues.theme.textSecondaryColor;
|
||||
self.titleLabel.textColor = ThemeService.theme.textPrimaryColor;
|
||||
self.descriptionLabel.textColor = ThemeService.theme.textSecondaryColor;
|
||||
}
|
||||
|
||||
- (void)render:(PublicRoomsDirectoryDataSource *)publicRoomsDirectoryDataSource
|
||||
|
||||
Reference in New Issue
Block a user