Fix theme

This commit is contained in:
ismailgulek
2020-10-02 11:39:19 +03:00
parent 5dd43dd417
commit 31bc589656
2 changed files with 2 additions and 1 deletions
@@ -194,6 +194,7 @@ extension RoomCreationEventsModalViewController: UITableViewDataSource {
cell.textView.isScrollEnabled = false
cell.textView.isEditable = false
cell.textView.isSelectable = false
cell.textView.backgroundColor = .clear
cell.backgroundColor = theme.backgroundColor
cell.contentView.backgroundColor = .clear
cell.tintColor = theme.tintColor