mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-08 20:09:48 +00:00
Merge pull request #3672
09003dd
StandardDialog: use secondary color for cancel button (rating89us)
This commit is contained in:
commit
046124cd9b
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