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:
parent
fa1ec5dcd1
commit
aa021b9209
@ -115,6 +115,9 @@ ExportAccountView.prototype.render = function () {
|
|||||||
}, 'Done'),
|
}, 'Done'),
|
||||||
h('button', {
|
h('button', {
|
||||||
onClick: () => exportAsFile(`MetaMask ${nickname} Private Key`, plainKey),
|
onClick: () => exportAsFile(`MetaMask ${nickname} Private Key`, plainKey),
|
||||||
|
stlye: {
|
||||||
|
marginLeft: '10px',
|
||||||
|
},
|
||||||
}, 'Save as File'),
|
}, 'Save as File'),
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user