From 0a40388a7a294a9771d5e4ed1798d901e4d85295 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Tue, 19 Nov 2024 10:41:28 +0800 Subject: [PATCH] Use standard text colour in ncinputtextedit Signed-off-by: Claudio Cambra --- src/gui/filedetails/NCInputTextEdit.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/filedetails/NCInputTextEdit.qml b/src/gui/filedetails/NCInputTextEdit.qml index 4900f8cf3..a2b95fc33 100644 --- a/src/gui/filedetails/NCInputTextEdit.qml +++ b/src/gui/filedetails/NCInputTextEdit.qml @@ -27,7 +27,6 @@ TextEdit { readonly property alias submitButton: submitButton clip: true - color: Style.ncTextColor textMargin: Style.smallSpacing wrapMode: TextEdit.Wrap selectByMouse: true -- 2.30.2