Merge pull request #417 from MetaMask/FixEthBalanceStyle

Fixed eth_balance style, completing partial merge
feature/default_network_editable
Dan Finlay 9 years ago committed by GitHub
commit 44a45f38be
  1. 9
      ui/app/components/eth-balance.js

@ -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),
]),
]),
])
)
}

Loading…
Cancel
Save