mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
reskin: Create ThemeService.shared
This commit is contained in:
@@ -45,8 +45,8 @@
|
||||
arrowMaskLayer.path = path.CGPath;
|
||||
self.arrowView.layer.mask = arrowMaskLayer;
|
||||
|
||||
self.arrowView.backgroundColor = ThemeService.theme.headerBackgroundColor;
|
||||
self.descriptionView.backgroundColor = ThemeService.theme.headerBackgroundColor;
|
||||
self.arrowView.backgroundColor = ThemeService.shared.theme.headerBackgroundColor;
|
||||
self.descriptionView.backgroundColor = ThemeService.shared.theme.headerBackgroundColor;
|
||||
[self.descriptionView.layer setCornerRadius:10];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user