mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
More tint color changes
This commit is contained in:
@@ -36,7 +36,7 @@ extension RoomNotificationSettingsCell: Themable {
|
||||
textLabel?.textColor = theme.textPrimaryColor
|
||||
backgroundColor = theme.backgroundColor
|
||||
contentView.backgroundColor = .clear
|
||||
tintColor = theme.tintColor
|
||||
tintColor = ThemeService.shared().theme.tintColor
|
||||
selectedBackgroundView = UIView()
|
||||
selectedBackgroundView?.backgroundColor = theme.selectedBackgroundColor
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user