From aa021b920942efd8075ca4e89cd92d50a1b21ed0 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Mon, 11 Sep 2017 16:40:45 -0700 Subject: Add some styling. --- ui/app/components/account-export.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui') diff --git a/ui/app/components/account-export.js b/ui/app/components/account-export.js index d438c9ca5..53a7f0fa1 100644 --- a/ui/app/components/account-export.js +++ b/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'), ]) } -- cgit v1.2.3