mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 11:02:48 +02:00
Enable Dark theme
TODO: - fix the app freeze when user changes the app theme.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.detailDescLabel.textColor = kRiotTextColorGray;
|
||||
self.detailDescLabel.textColor = kRiotSecondaryTextColor;
|
||||
}
|
||||
|
||||
- (void)render:(id<MXKDirectoryServerCellDataStoring>)cellData
|
||||
|
||||
Reference in New Issue
Block a user