diff options
Diffstat (limited to 'ui/app/account-detail.js')
-rw-r--r-- | ui/app/account-detail.js | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js index 93702f77d..dfafb60cb 100644 --- a/ui/app/account-detail.js +++ b/ui/app/account-detail.js @@ -128,10 +128,15 @@ AccountDetailScreen.prototype.render = function () { }), h('img.cursor-pointer.color-orange', { - src: 'images/download.svg', + src: 'images/key-32.png', onClick: () => this.requestAccountExport(selected), - style: { - margin: '0px 5px', + style:{ + margin: "0px 5px", + width: "20px", + height: "20px", + position: "relative", + top: "3px", + right: "4px", }, }), |