Don't apply custom color to post button

This commit is contained in:
Christian Muehlhaeuser 2019-05-05 15:19:22 +02:00
parent 8767518432
commit eb2468df2c
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -85,7 +85,7 @@ Popup {
enabled: remCharsLabel.text >= 0 && messageArea.text.length > 0
Layout.alignment: Qt.AlignBottom | Qt.AlignRight
highlighted: true
Material.accent: Material.Blue
// Material.accent: Material.Blue
text: popup.messageid > 0 ? qsTr("Reply") : qsTr("Post")
onClicked: {