mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
More tint color changes
This commit is contained in:
+1
-1
@@ -197,7 +197,7 @@ extension RoomCreationEventsModalViewController: UITableViewDataSource {
|
||||
cell.textView.backgroundColor = .clear
|
||||
cell.backgroundColor = theme.backgroundColor
|
||||
cell.contentView.backgroundColor = .clear
|
||||
cell.tintColor = theme.tintColor
|
||||
cell.tintColor = ThemeService.shared().theme.tintColor
|
||||
cell.selectionStyle = .none
|
||||
return cell
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user