1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix styling of Retry buton

This commit is contained in:
Alexander Tseung 2017-12-06 23:27:43 -05:00
parent 31564e0a86
commit 6b3909547f

View File

@ -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',
},
}, [