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
@@ -97,7 +97,7 @@ final class RoomReactionViewCell: UICollectionViewCell, NibReusable, Themable {
reactionBackgroundColor = self.theme?.tintBackgroundColor
reactionBackgroundBorderWidth = Constants.selectedBorderWidth
} else {
reactionBackgroundColor = self.theme?.headerBackgroundColor
reactionBackgroundColor = self.theme?.colors.system
reactionBackgroundBorderWidth = 0.0
}