mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Enable Dark theme
TODO: - fix the app freeze when user changes the app theme.
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
_label.textColor = kRiotTextColorBlack;
|
||||
_textView.textColor = kRiotTextColorBlack;
|
||||
_label.textColor = kRiotPrimaryTextColor;
|
||||
_textView.textColor = kRiotPrimaryTextColor;
|
||||
}
|
||||
|
||||
- (void)layoutSubviews
|
||||
|
||||
Reference in New Issue
Block a user