diff --git a/Riot/Modules/Room/BubbleReactions/BubbleReactionViewCell.swift b/Riot/Modules/Room/BubbleReactions/BubbleReactionViewCell.swift index 3b3d46a03..c6e2af626 100644 --- a/Riot/Modules/Room/BubbleReactions/BubbleReactionViewCell.swift +++ b/Riot/Modules/Room/BubbleReactions/BubbleReactionViewCell.swift @@ -81,8 +81,9 @@ final class BubbleReactionViewCell: UICollectionViewCell, NibReusable, Themable func update(theme: Theme) { self.theme = theme - self.reactionBackgroundView.layer.borderColor = self.theme?.tintColor.cgColor - self.countLabel.textColor = self.theme?.textPrimaryColor + self.reactionBackgroundView.layer.borderColor = theme.tintColor.cgColor + self.emojiLabel.textColor = theme.textPrimaryColor + self.countLabel.textColor = theme.textPrimaryColor self.updateViews() } diff --git a/Riot/Modules/Room/BubbleReactions/BubbleReactionViewCell.xib b/Riot/Modules/Room/BubbleReactions/BubbleReactionViewCell.xib index db90d9281..17552af69 100644 --- a/Riot/Modules/Room/BubbleReactions/BubbleReactionViewCell.xib +++ b/Riot/Modules/Room/BubbleReactions/BubbleReactionViewCell.xib @@ -13,23 +13,26 @@ - + - + - + -