Skip to content

Commit

Permalink
Change color of text field to ncTextColor instead of ncSecondaryTextC…
Browse files Browse the repository at this point in the history
…olor.

Signed-off-by: Camila <hello@camila.codes>
  • Loading branch information
Camila authored and mgallien committed May 25, 2022
1 parent f911c54 commit 6ff8265
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions 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,9 +49,7 @@ Item {
flat: true
enabled: replyMessageTextField.text !== ""
onClicked: root.sendReplyMessage()
background: Rectangle {
color: "transparent"
}
background: null

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

0 comments on commit 6ff8265

Please sign in to comment.