aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/create-account/connect-hardware/account-list.js
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@users.noreply.github.com>2018-11-20 14:46:41 +0800
committerDan Finlay <542863+danfinlay@users.noreply.github.com>2018-11-20 14:46:41 +0800
commita7b3750a3efd4dd521baf2aae4dab4c630aba418 (patch)
treeeefebfd219fe75fb5b37020f3a2f2d863f338aad /ui/app/components/pages/create-account/connect-hardware/account-list.js
parent4c87c05a02d5bf5634234a74910e5d3e559dd413 (diff)
downloadtangerine-wallet-browser-a7b3750a3efd4dd521baf2aae4dab4c630aba418.tar
tangerine-wallet-browser-a7b3750a3efd4dd521baf2aae4dab4c630aba418.tar.gz
tangerine-wallet-browser-a7b3750a3efd4dd521baf2aae4dab4c630aba418.tar.bz2
tangerine-wallet-browser-a7b3750a3efd4dd521baf2aae4dab4c630aba418.tar.lz
tangerine-wallet-browser-a7b3750a3efd4dd521baf2aae4dab4c630aba418.tar.xz
tangerine-wallet-browser-a7b3750a3efd4dd521baf2aae4dab4c630aba418.tar.zst
tangerine-wallet-browser-a7b3750a3efd4dd521baf2aae4dab4c630aba418.zip
Fix button styling for Create Account Connect (#5787)
Diffstat (limited to 'ui/app/components/pages/create-account/connect-hardware/account-list.js')
-rw-r--r--ui/app/components/pages/create-account/connect-hardware/account-list.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pages/create-account/connect-hardware/account-list.js b/ui/app/components/pages/create-account/connect-hardware/account-list.js
index 2767b2e1f..c63de234a 100644
--- a/ui/app/components/pages/create-account/connect-hardware/account-list.js
+++ b/ui/app/components/pages/create-account/connect-hardware/account-list.js
@@ -152,7 +152,7 @@ class AccountList extends Component {
}, [this.context.t('cancel')]),
h(Button, {
- type: 'primary',
+ type: 'confirm',
large: true,
className: 'new-account-connect-form__button unlock',
disabled,