aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/mobile-sync/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/pages/mobile-sync/index.js')
-rw-r--r--ui/app/pages/mobile-sync/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/pages/mobile-sync/index.js b/ui/app/pages/mobile-sync/index.js
index 0938ad103..00a514534 100644
--- a/ui/app/pages/mobile-sync/index.js
+++ b/ui/app/pages/mobile-sync/index.js
@@ -315,7 +315,7 @@ class MobileSyncPage extends Component {
}, this.context.t('cancel')),
h(Button, {
- type: 'primary',
+ type: 'secondary',
large: true,
className: 'new-account-create-form__button',
onClick: event => this.handleSubmit(event),