mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 11:46:58 +02:00
Enable Dark theme
TODO: - fix the app freeze when user changes the app theme.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.deviceName.textColor = kRiotTextColorBlack;
|
||||
self.deviceName.textColor = kRiotPrimaryTextColor;
|
||||
|
||||
[self.verifyButton.layer setCornerRadius:5];
|
||||
self.verifyButton.clipsToBounds = YES;
|
||||
|
||||
Reference in New Issue
Block a user