mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +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
|
||||
enabled: replyMessageTextField.text !== ""
|
||||
onClicked: root.sendReplyMessage()
|
||||
background: Rectangle {
|
||||
color: "transparent"
|
||||
}
|
||||
|
||||
icon {
|
||||
source: "image://svgimage-custom-color/send.svg" + "/" + Style.menuBorder
|
||||
|
|
Loading…
Reference in a new issue