mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Change export icon to key
This commit is contained in:
parent
cfc056e34b
commit
5d349083f0
@ -130,10 +130,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',
|
||||
margin: "0px 5px",
|
||||
width: "20px",
|
||||
height: "20px",
|
||||
position: "relative",
|
||||
top: "3px",
|
||||
right: "4px",
|
||||
},
|
||||
}),
|
||||
|
||||
|
@ -36,6 +36,7 @@ button {
|
||||
font-family: 'Transat Black';
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
box-shadow: 0px 3px 6px rgba(247, 134, 28, 0.36);
|
||||
/*margin: 10px;*/
|
||||
padding: 8px 12px;
|
||||
border: none;
|
||||
|
Loading…
Reference in New Issue
Block a user