Add some styling.

feature/default_network_editable
Kevin Serrano 7 years ago
parent fa1ec5dcd1
commit aa021b9209
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1
  1. 3
      ui/app/components/account-export.js

@ -115,6 +115,9 @@ ExportAccountView.prototype.render = function () {
}, 'Done'),
h('button', {
onClick: () => exportAsFile(`MetaMask ${nickname} Private Key`, plainKey),
stlye: {
marginLeft: '10px',
},
}, 'Save as File'),
])
}

Loading…
Cancel
Save