summary refs log tree commit diff
path: root/resources/qml/emoji/EmojiPicker.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/emoji/EmojiPicker.qml')
-rw-r--r--resources/qml/emoji/EmojiPicker.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/emoji/EmojiPicker.qml b/resources/qml/emoji/EmojiPicker.qml

index 0e277415..afe16350 100644 --- a/resources/qml/emoji/EmojiPicker.qml +++ b/resources/qml/emoji/EmojiPicker.qml
@@ -161,7 +161,7 @@ Popup { Rectangle { Layout.fillWidth: true Layout.preferredHeight: 1 - color: emojiPopup.colors.dark + color: emojiPopup.colors.alternateBase } // Category picker row @@ -281,7 +281,7 @@ Popup { Layout.preferredWidth: 1 implicitWidth: 1 height: parent.height - color: emojiPopup.colors.dark + color: emojiPopup.colors.alternateBase } // Search Button is special