Add a transparent background to the send reply button.

Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
Camila 2022-05-19 17:18:26 +02:00 committed by Matthieu Gallien
parent c6f853fc7e
commit f911c546d9

View 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