mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-28 04:06:57 +02:00
Enable Dark theme
TODO: - fix the app freeze when user changes the app theme.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.userNameLabel.textColor = kRiotTextColorBlack;
|
||||
self.userNameLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.messageTextView.tintColor = kRiotColorGreen;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user