Fix bg colors

This commit is contained in:
ismailgulek
2021-11-19 18:03:56 +03:00
parent ce89a7e392
commit 8169b4d48a
2 changed files with 2 additions and 3 deletions
@@ -56,7 +56,6 @@ extension ThreadTableViewCell: NibReusable {}
extension ThreadTableViewCell: Themable {
func update(theme: Theme) {
contentView.backgroundColor = theme.colors.background
rootMessageAvatarView.backgroundColor = .clear
rootMessageContentLabel.textColor = theme.colors.primaryContent
lastMessageTimeLabel.textColor = theme.colors.secondaryContent