Skip to content

Commit

Permalink
Add a transparent background to the send reply button.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila <hello@camila.codes>
  • Loading branch information
Camila committed May 24, 2022
1 parent 084fdc0 commit b50991d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/tray/TalkReplyTextField.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b50991d

Please sign in to comment.