mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
reskin: Theme: rename colors as it is in the palette now
This commit is contained in:
@@ -63,7 +63,7 @@ NSString *const kInviteRecentTableViewCellRoomKey = @"kInviteRecentTableViewCell
|
||||
self.leftButton.backgroundColor = ThemeService.shared.theme.tintColor;
|
||||
self.rightButton.backgroundColor = ThemeService.shared.theme.tintColor;
|
||||
|
||||
self.noticeBadgeView.backgroundColor = ThemeService.shared.theme.notificationMentionColor;
|
||||
self.noticeBadgeView.backgroundColor = ThemeService.shared.theme.notificationPrimaryColor;
|
||||
}
|
||||
|
||||
- (void)onDeclinePressed:(id)sender
|
||||
|
||||
Reference in New Issue
Block a user