mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
Dark Theme - Bug Fix
Customize correctly the encryption info views
This commit is contained in:
@@ -27,7 +27,13 @@
|
||||
{
|
||||
[super customizeViewRendering];
|
||||
|
||||
self.backgroundColor = kRiotSecondaryBgColor;
|
||||
self.textView.backgroundColor = kRiotPrimaryBgColor;
|
||||
self.defaultTextColor = kRiotPrimaryTextColor;
|
||||
self.cancelButton.tintColor = kRiotColorGreen;
|
||||
self.verifyButton.tintColor = kRiotColorGreen;
|
||||
self.blockButton.tintColor = kRiotColorGreen;
|
||||
self.confirmVerifyButton.tintColor = kRiotColorGreen;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user