mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Use font-awesome icons for create and import account.
This commit is contained in:
parent
c2ccd6e90e
commit
deee689426
@ -203,15 +203,12 @@ class AccountDropdowns extends Component {
|
||||
},
|
||||
[
|
||||
h(
|
||||
'div',
|
||||
'i.fa.fa-plus.fa-lg',
|
||||
{
|
||||
style: {
|
||||
marginLeft: '8px',
|
||||
fontFamily: 'Montserrat UltraLight',
|
||||
fontSize: '30px',
|
||||
},
|
||||
},
|
||||
'+'
|
||||
}
|
||||
),
|
||||
h('span', {
|
||||
style: {
|
||||
@ -235,13 +232,12 @@ class AccountDropdowns extends Component {
|
||||
},
|
||||
[
|
||||
h(
|
||||
'div',
|
||||
'i.fa.fa-download.fa-lg',
|
||||
{
|
||||
style: {
|
||||
marginLeft: '10px',
|
||||
marginLeft: '8px',
|
||||
},
|
||||
},
|
||||
String.fromCharCode(10515)
|
||||
}
|
||||
),
|
||||
h('span', {
|
||||
style: {
|
||||
|
Loading…
Reference in New Issue
Block a user