mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
reskin: Create ThemeService.shared
This commit is contained in:
@@ -38,9 +38,9 @@ NSString *const kRoomMembershipExpandedBubbleCellTapOnCollapseButton = @"kRoomMe
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.separatorView.backgroundColor = ThemeService.theme.headerBackgroundColor;
|
||||
self.separatorView.backgroundColor = ThemeService.shared.theme.headerBackgroundColor;
|
||||
|
||||
[self.collapseButton setTintColor:ThemeService.theme.tintColor];
|
||||
[self.collapseButton setTintColor:ThemeService.shared.theme.tintColor];
|
||||
self.collapseButton.titleLabel.font = [UIFont systemFontOfSize:14];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user