make buy button green

This commit is contained in:
frankiebee 2017-04-24 12:36:17 +02:00
parent 1eda55c85a
commit 9ebc5ed33c
1 changed files with 1 additions and 1 deletions

View File

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