App Layout: fixed reactions background in timeline

This commit is contained in:
Gil Eluard
2022-08-25 13:51:50 +02:00
parent ec08bbd5c0
commit edcf221a59
7 changed files with 8 additions and 7 deletions
@@ -63,7 +63,7 @@ final class UserVerificationSessionStatusCell: UITableViewCell, NibReusable, The
func update(theme: Theme) {
self.theme = theme
self.backgroundColor = theme.headerBackgroundColor
self.backgroundColor = theme.colors.system
self.sessionNameLabel.textColor = theme.textPrimaryColor
self.updateStatusTextColor()
}