mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
StandardDialog: use secondary color for cancel button
This commit is contained in:
parent
51828babbb
commit
09003dd140
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ Rectangle {
|
|||
|
||||
MoneroComponents.StandardButton {
|
||||
id: cancelButton
|
||||
primary: false
|
||||
text: qsTr("Cancel") + translationManager.emptyString
|
||||
onClicked: {
|
||||
root.close()
|
||||
|
|
Loading…
Reference in a new issue