reskin: Create ThemeService.shared

This commit is contained in:
manuroe
2019-01-11 11:45:27 +01:00
parent f0c22a14af
commit 2fdb06d879
112 changed files with 758 additions and 728 deletions

View File

@@ -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