mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Checkboxes: Use theme tint color.
This commit is contained in:
@@ -129,6 +129,8 @@ static CGFloat const kTextFontSize = 15.0;
|
||||
self.activityIndicator.backgroundColor = ThemeService.shared.theme.overlayBackgroundColor;
|
||||
|
||||
self.view.backgroundColor = ThemeService.shared.theme.backgroundColor;
|
||||
|
||||
self.forgetMessageButton.tintColor = ThemeService.shared.theme.tintColor;
|
||||
|
||||
[self updateStringAttributes];
|
||||
[self updateNavigationBar];
|
||||
|
||||
Reference in New Issue
Block a user