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 084badf4a6
commit bd1a9b106a
3 changed files with 3 additions and 3 deletions
@@ -26,7 +26,7 @@ final class EmojiPickerHeaderView: UICollectionReusableView, NibReusable {
// MARK: - Public
func update(theme: Theme) {
self.backgroundColor = theme.backgroundColor
self.backgroundColor = theme.headerBackgroundColor
self.titleLabel.textColor = theme.headerTextPrimaryColor
}