make buy button green

feature/default_network_editable
frankiebee 8 years ago
parent 1eda55c85a
commit 9ebc5ed33c
  1. 2
      ui/app/components/pending-tx.js

@ -289,7 +289,7 @@ PendingTx.prototype.render = function () {
insufficientBalance ?
h('button', {
h('button.btn-green', {
onClick: props.buyEth,
}, 'Buy Ether')
: null,

Loading…
Cancel
Save