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