Merge pull request #3672

09003dd StandardDialog: use secondary color for cancel button (rating89us)
This commit is contained in:
luigi1111 2021-08-26 21:29:18 -04:00
commit 046124cd9b
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

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