Change color of text field to ncTextColor instead of ncSecondaryTextColor.
authorCamila <hello@camila.codes>
Thu, 19 May 2022 18:10:44 +0000 (20:10 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Wed, 25 May 2022 10:08:53 +0000 (12:08 +0200)
Signed-off-by: Camila <hello@camila.codes>
src/gui/tray/TalkReplyTextField.qml

index b496b6de3deb31eb86cedd10053b4b6394c1ead0..04e4ecbe8109f20ef7b69742b468962e619ee902 100644 (file)
@@ -28,7 +28,7 @@ Item {
         rightPadding: sendReplyMessageButton.width
         visible: model.messageSent === ""
 
-        color: Style.ncSecondaryTextColor
+        color: Style.ncTextColor
         placeholderText: qsTr("Reply to …")
 
         onAccepted: root.sendReplyMessage()
@@ -49,9 +49,7 @@ Item {
             flat: true
             enabled: replyMessageTextField.text !== ""
             onClicked: root.sendReplyMessage()
-            background: Rectangle {
-                color: "transparent"
-            }
+            background: null
 
             icon {
                 source: "image://svgimage-custom-color/send.svg" + "/" + Style.menuBorder