aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/StandardDialog.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml
index df1aa2f4..e2d58bca 100644
--- a/components/StandardDialog.qml
+++ b/components/StandardDialog.qml
@@ -171,6 +171,7 @@ Rectangle {
MoneroComponents.StandardButton {
id: cancelButton
+ primary: false
text: qsTr("Cancel") + translationManager.emptyString
onClicked: {
root.close()