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

Adjust button styles to left align with wallet text

This commit is contained in:
sdtsui 2017-07-31 20:54:04 -07:00
parent 2d5c3394f4
commit 92bd783e0c

View File

@ -102,23 +102,20 @@ WalletView.prototype.render = function () {
style: {
border: '1px solid rgb(91, 93, 103)',
borderRadius: '2px',
height: '28px',
width: '70px',
height: '20px',
width: '50px',
fontSize: '0.8em',
textAlign: 'center',
lineHeight: '25px',
marginLeft: '.6em',
}
}, 'BUY'),
h('div.wallet-btn', {
style: {
border: '1px solid rgb(91, 93, 103)',
borderRadius: '2px',
height: '28px',
width: '70px',
height: '20px',
width: '50px',
fontSize: '0.8em',
textAlign: 'center',
lineHeight: '25px',
marginLeft: '.6em',
}
}, 'SEND'),