Merge pull request #4578 from nextcloud/enh/talkreply-2

Add a transparent background to the send reply button.
This commit is contained in:
Matthieu Gallien 2022-05-25 14:02:58 +02:00 committed by GitHub
commit b401bf03dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ Item {
rightPadding: sendReplyMessageButton.width
visible: model.messageSent === ""
color: Style.ncSecondaryTextColor
color: Style.ncTextColor
placeholderText: qsTr("Reply to …")
onAccepted: root.sendReplyMessage()
@ -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