Merge pull request #1879 from Integral-Tech/fix-emoji-picker-color

Fix color of emoji picker category text in dark theme (issue #1865)
This commit is contained in:
DeepBlueV7.X 2025-03-03 17:53:05 +01:00 committed by GitHub
commit 392953de8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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