1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

make buy button green

This commit is contained in:
frankiebee 2017-04-24 12:36:17 +02:00
parent 1eda55c85a
commit 9ebc5ed33c

View File

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