mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge branch 'RetryTransaction' of github.com:MetaMask/metamask-plugin into RetryTransaction
This commit is contained in:
commit
73da8a5a4f
@ -120,15 +120,15 @@ TransactionListItem.prototype.render = function () {
|
||||
this.resubmit()
|
||||
},
|
||||
style: {
|
||||
height: '30px',
|
||||
borderRadius: '30px',
|
||||
height: '22px',
|
||||
borderRadius: '22px',
|
||||
color: '#F9881B',
|
||||
padding: '0 25px',
|
||||
padding: '0 20px',
|
||||
backgroundColor: '#FFE3C9',
|
||||
display: 'flex',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
fontSize: '9px',
|
||||
fontSize: '8px',
|
||||
cursor: 'pointer',
|
||||
},
|
||||
}, [
|
||||
|
Loading…
Reference in New Issue
Block a user