Signed-off-by: Camila <hello@camila.codes>
rightPadding: sendReplyMessageButton.width
visible: model.messageSent === ""
- color: Style.ncSecondaryTextColor
+ color: Style.ncTextColor
placeholderText: qsTr("Reply to …")
onAccepted: root.sendReplyMessage()
flat: true
enabled: replyMessageTextField.text !== ""
onClicked: root.sendReplyMessage()
- background: Rectangle {
- color: "transparent"
- }
+ background: null
icon {
source: "image://svgimage-custom-color/send.svg" + "/" + Style.menuBorder