mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
reskin: Create ThemeService.shared
This commit is contained in:
@@ -58,7 +58,7 @@ NSString *const kGroupInviteTableViewCellRoomKey = @"kGroupInviteTableViewCellRo
|
||||
self.leftButton.backgroundColor = kRiotColorBlue;
|
||||
self.rightButton.backgroundColor = kRiotColorBlue;
|
||||
|
||||
self.noticeBadgeView.backgroundColor = ThemeService.theme.notificationMentionColor;
|
||||
self.noticeBadgeView.backgroundColor = ThemeService.shared.theme.notificationMentionColor;
|
||||
}
|
||||
|
||||
- (void)onDeclinePressed:(id)sender
|
||||
|
||||
Reference in New Issue
Block a user