Skip to content

Commit

Permalink
Merge pull request #4596 from nextcloud/backport/4578/stable-3.5
Browse files Browse the repository at this point in the history
[stable-3.5] Add a transparent background to the send reply button.
  • Loading branch information
mgallien authored May 30, 2022
2 parents 1b996d1 + 9504b39 commit b3d162c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/tray/TalkReplyTextField.qml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Item {
rightPadding: sendReplyMessageButton.width
visible: model.messageSent === ""

color: Style.ncSecondaryTextColor
color: Style.ncTextColor
placeholderText: qsTr("Reply to …")

onAccepted: root.sendReplyMessage()
Expand All @@ -49,6 +49,7 @@ Item {
flat: true
enabled: replyMessageTextField.text !== ""
onClicked: root.sendReplyMessage()
background: null

icon {
source: "image://svgimage-custom-color/send.svg" + "/" + Style.menuBorder
Expand Down

0 comments on commit b3d162c

Please sign in to comment.