mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Fix theming in ShareViewController and FallbackViewController.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
{
|
||||
[super viewDidLoad];
|
||||
|
||||
self.view.backgroundColor = ThemeService.shared.theme.backgroundColor;
|
||||
self.titleLabel.textColor = ThemeService.shared.theme.textSecondaryColor;
|
||||
self.titleLabel.text = NSLocalizedStringFromTable(@"share_extension_auth_prompt", @"Vector", nil);
|
||||
self.logoImageView.tintColor = ThemeService.shared.theme.tintColor;
|
||||
|
||||
Reference in New Issue
Block a user