Add a transparent background to the send reply button.
authorCamila <hello@camila.codes>
Thu, 19 May 2022 15:18:26 +0000 (17:18 +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 550c43a42bac4e4fe45002b17d3cc1a1e3b1f881..b496b6de3deb31eb86cedd10053b4b6394c1ead0 100644 (file)
@@ -49,6 +49,9 @@ Item {
             flat: true
             enabled: replyMessageTextField.text !== ""
             onClicked: root.sendReplyMessage()
+            background: Rectangle {
+                color: "transparent"
+            }
 
             icon {
                 source: "image://svgimage-custom-color/send.svg" + "/" + Style.menuBorder