Set the correct palette colors for selections in quotes

This bothered me a for a while, but I finally remembered to change it
now.
This commit is contained in:
Joshua Goins
2025-08-30 14:59:11 -04:00
parent 38c66d1b7d
commit 98816aedd4

View File

@@ -54,6 +54,8 @@ QQC2.Control {
textFormat: TextEdit.RichText
wrapMode: TextEdit.Wrap
color: Kirigami.Theme.textColor
selectedTextColor: Kirigami.Theme.highlightedTextColor
selectionColor: Kirigami.Theme.highlightColor
font.italic: true