From e9c3684145389a155c56409492b4908bbf69b5f3 Mon Sep 17 00:00:00 2001 From: Integral Date: Tue, 4 Mar 2025 00:48:12 +0800 Subject: [PATCH] Fix color of emoji picker category text in dark theme (issue #1865) --- resources/qml/emoji/StickerPicker.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/emoji/StickerPicker.qml b/resources/qml/emoji/StickerPicker.qml index b7721db6..675bf335 100644 --- a/resources/qml/emoji/StickerPicker.qml +++ b/resources/qml/emoji/StickerPicker.qml @@ -130,6 +130,7 @@ Menu { anchors.right: parent.right text: parent.section font.bold: true + color: palette.text } } section.labelPositioning: ViewSection.InlineLabels | ViewSection.CurrentLabelAtStart