mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
reskin: Create ThemeService.shared
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.editionView.backgroundColor = ThemeService.theme.headerBackgroundColor;
|
||||
self.editionView.backgroundColor = ThemeService.shared.theme.headerBackgroundColor;
|
||||
}
|
||||
|
||||
- (void)prepareForReuse
|
||||
|
||||
Reference in New Issue
Block a user