Merge branch 'master' of github.com:MetaMask/metamask-plugin into ConfirmationStyle

feature/default_network_editable
kumavis 8 years ago
commit 03430e8473
  1. 11
      ui/app/components/eth-balance.js

@ -59,17 +59,8 @@ 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