mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 12:19:03 +03:00
Add a transparent background to the send reply button.
Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
parent
c6f853fc7e
commit
f911c546d9
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ Item {
|
||||||
flat: true
|
flat: true
|
||||||
enabled: replyMessageTextField.text !== ""
|
enabled: replyMessageTextField.text !== ""
|
||||||
onClicked: root.sendReplyMessage()
|
onClicked: root.sendReplyMessage()
|
||||||
|
background: Rectangle {
|
||||||
|
color: "transparent"
|
||||||
|
}
|
||||||
|
|
||||||
icon {
|
icon {
|
||||||
source: "image://svgimage-custom-color/send.svg" + "/" + Style.menuBorder
|
source: "image://svgimage-custom-color/send.svg" + "/" + Style.menuBorder
|
||||||
|
|
Loading…
Reference in a new issue