Fix theming in ShareViewController and FallbackViewController.

This commit is contained in:
Doug
2021-06-29 13:03:57 +01:00
parent 59593280c4
commit 13d602b53b
2 changed files with 8 additions and 0 deletions
@@ -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;