Fix color of emoji picker category text in dark theme (issue #1865)

This commit is contained in:
Integral 2025-03-04 00:48:12 +08:00
parent 5fe8ebf335
commit e9c3684145

View file

@ -130,6 +130,7 @@ Menu {
anchors.right: parent.right
text: parent.section
font.bold: true
color: palette.text
}
}
section.labelPositioning: ViewSection.InlineLabels | ViewSection.CurrentLabelAtStart