App Layout: fixed reactions background in timeline

This commit is contained in:
Gil Eluard
2022-08-25 13:51:50 +02:00
parent 3f46f713a0
commit 1f248634da
7 changed files with 8 additions and 7 deletions
@@ -79,6 +79,6 @@ final class RoomReactionImageViewCell: UICollectionViewCell, NibReusable, Themab
self.imageView.tintColor = self.theme?.textSecondaryColor
self.reactionBackgroundView.layer.borderWidth = 0.0
self.reactionBackgroundView.backgroundColor = self.theme?.headerBackgroundColor
self.reactionBackgroundView.backgroundColor = self.theme?.colors.system
}
}