mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
css - smaller balance warning
This commit is contained in:
parent
f0d83813d6
commit
1325990726
@ -48,7 +48,12 @@ PendingTx.prototype.render = function () {
|
||||
`),
|
||||
|
||||
insufficientBalance ?
|
||||
h('span.error', { style: { marginLeft: 36 } }, 'Insufficient balance for transaction.')
|
||||
h('span.error', {
|
||||
style: {
|
||||
marginLeft: 50,
|
||||
fontSize: '0.9em',
|
||||
},
|
||||
}, 'Insufficient balance for transaction')
|
||||
: null,
|
||||
|
||||
// send + cancel
|
||||
|
Loading…
Reference in New Issue
Block a user