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

Merge pull request #417 from MetaMask/FixEthBalanceStyle

Fixed eth_balance style, completing partial merge
This commit is contained in:
Dan Finlay 2016-07-07 15:31:21 -07:00 committed by GitHub
commit 44a45f38be

View File

@ -64,17 +64,8 @@ EthBalanceComponent.prototype.renderBalance = function (value) {
color: props.labelColor || '#AEAEAE',
fontSize: props.fontSize || '12px',
},
}, [
h('div', balance),
h('div', {
style: {
color: '#AEAEAE',
fontSize: '12px',
},
}, label),
]),
}, label),
]),
])
)
}