Fix share extension background in dark mode.

This commit is contained in:
Doug
2022-06-23 16:22:53 +01:00
committed by Doug
parent e32375e0db
commit e884fb7345
2 changed files with 2 additions and 0 deletions

View File

@@ -65,6 +65,7 @@
[self.masterContainerView setBackgroundColor:ThemeService.shared.theme.baseColor];
[self.masterContainerView.layer setCornerRadius:7.0];
[self.contentView setBackgroundColor:ThemeService.shared.theme.backgroundColor];
[self.titleLabel setTextColor:ThemeService.shared.theme.textPrimaryColor];

1
changelog.d/3029.bugfix Normal file
View File

@@ -0,0 +1 @@
Share extension: Fix background colour in dark mode.