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:
@@ -90,7 +90,7 @@
|
||||
growingTextView.backgroundColor = [UIColor clearColor];
|
||||
|
||||
growingTextView.font = [UIFont systemFontOfSize:15];
|
||||
growingTextView.textColor = kRiotTextColorBlack;
|
||||
growingTextView.textColor = kRiotPrimaryTextColor;
|
||||
growingTextView.tintColor = kRiotColorGreen;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user