eth-balance fix

feature/default_network_editable
kumavis 9 years ago
parent 501ffba6f2
commit d2eab80e09
  1. 11
      ui/app/components/eth-balance.js

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

Loading…
Cancel
Save