mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Checkboxes: Use theme tint color.
This commit is contained in:
@@ -163,6 +163,9 @@
|
||||
self.cancelButton.tintColor = ThemeService.shared.theme.tintColor;
|
||||
|
||||
_bugReportDescriptionTextView.layer.borderColor = ThemeService.shared.theme.headerBackgroundColor.CGColor;
|
||||
|
||||
self.sendLogsButtonImage.tintColor = ThemeService.shared.theme.tintColor;
|
||||
self.sendScreenshotButtonImage.tintColor = ThemeService.shared.theme.tintColor;
|
||||
|
||||
[self setNeedsStatusBarAppearanceUpdate];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user