Checkboxes: Use theme tint color.

This commit is contained in:
SBiOSoftWhare
2020-07-09 18:58:44 +02:00
parent 3593d110e2
commit f82b5697ff
7 changed files with 13 additions and 0 deletions
@@ -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];
}