Emoji picker: Fix reverse header and background colors (Fix #2630).

This commit is contained in:
SBiOSoftWhare
2019-10-22 18:54:59 +02:00
parent dd26b41d60
commit 3fefe31d27
3 changed files with 3 additions and 3 deletions
@@ -90,7 +90,7 @@ final class EmojiPickerViewCell: UICollectionViewCell, NibReusable, Themable {
reactionBackgroundColor = self.theme?.tintBackgroundColor
reactionBackgroundBorderWidth = Constants.selectedBorderWidth
} else {
reactionBackgroundColor = self.theme?.headerBackgroundColor
reactionBackgroundColor = self.theme?.backgroundColor
reactionBackgroundBorderWidth = 0.0
}