StandardDialog: use secondary color for cancel button

This commit is contained in:
rating89us 2021-08-20 14:34:38 +02:00 committed by GitHub
parent 51828babbb
commit 09003dd140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,6 +171,7 @@ Rectangle {
MoneroComponents.StandardButton {
id: cancelButton
primary: false
text: qsTr("Cancel") + translationManager.emptyString
onClicked: {
root.close()