From 936f81814256310f1b67c6ea56fd07ceafc0ed94 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 23 Nov 2020 22:48:26 +0000 Subject: [PATCH] Fix wrong color in reply --- imports/NeoChat/Component/ChatTextInput.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/NeoChat/Component/ChatTextInput.qml b/imports/NeoChat/Component/ChatTextInput.qml index f92dc8cf6..de4a08451 100644 --- a/imports/NeoChat/Component/ChatTextInput.qml +++ b/imports/NeoChat/Component/ChatTextInput.qml @@ -84,6 +84,7 @@ ToolBar { Layout.fillWidth: true text: "" + replyContent + color: Kirigami.Theme.textColor selectByMouse: true readOnly: true