diff --git a/qml/component/EmojiPicker.qml b/qml/component/EmojiPicker.qml index 3cf17d2..f478251 100644 --- a/qml/component/EmojiPicker.qml +++ b/qml/component/EmojiPicker.qml @@ -1,6 +1,7 @@ import QtQuick 2.9 import QtQuick.Controls 2.2 import QtQuick.Layouts 1.3 +import QtQuick.Controls.Material 2.2 import QtQuick.XmlListModel 2.0 Popup { @@ -50,7 +51,7 @@ Popup { Rectangle { Layout.fillWidth: true Layout.preferredHeight: 2 - color: "white" + color: Material.theme == Material.Dark ? "white" : "black" } ListView {