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()
|
this.resubmit()
|
||||||
},
|
},
|
||||||
style: {
|
style: {
|
||||||
height: '30px',
|
height: '22px',
|
||||||
borderRadius: '30px',
|
borderRadius: '22px',
|
||||||
color: '#F9881B',
|
color: '#F9881B',
|
||||||
padding: '0 25px',
|
padding: '0 20px',
|
||||||
backgroundColor: '#FFE3C9',
|
backgroundColor: '#FFE3C9',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
fontSize: '9px',
|
fontSize: '8px',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
},
|
},
|
||||||
}, [
|
}, [
|
||||||
|
Loading…
Reference in New Issue
Block a user