mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
reskin: Create ThemeService.shared
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
_label.textColor = ThemeService.theme.textPrimaryColor;
|
||||
_textView.textColor = ThemeService.theme.textPrimaryColor;
|
||||
_label.textColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
_textView.textColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
}
|
||||
|
||||
- (void)layoutSubviews
|
||||
|
||||
Reference in New Issue
Block a user