mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Checkboxes: Use theme tint color.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
_label.textColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
self.checkBox.tintColor = ThemeService.shared.theme.tintColor;
|
||||
}
|
||||
|
||||
- (void)setEnabled:(BOOL)enabled
|
||||
|
||||
Reference in New Issue
Block a user