From 98816aedd4634222fbad218ee04a81ef60d1c159 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 30 Aug 2025 14:59:11 -0400 Subject: [PATCH] Set the correct palette colors for selections in quotes This bothered me a for a while, but I finally remembered to change it now. --- src/messagecontent/QuoteComponent.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/messagecontent/QuoteComponent.qml b/src/messagecontent/QuoteComponent.qml index cd0cfc72b..d83a1746f 100644 --- a/src/messagecontent/QuoteComponent.qml +++ b/src/messagecontent/QuoteComponent.qml @@ -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