1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Add some styling.

This commit is contained in:
Kevin Serrano 2017-09-11 16:40:45 -07:00
parent fa1ec5dcd1
commit aa021b9209
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1

View File

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