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:
parent
1eda55c85a
commit
9ebc5ed33c
@ -289,7 +289,7 @@ PendingTx.prototype.render = function () {
|
||||
|
||||
|
||||
insufficientBalance ?
|
||||
h('button', {
|
||||
h('button.btn-green', {
|
||||
onClick: props.buyEth,
|
||||
}, 'Buy Ether')
|
||||
: null,
|
||||
|
Loading…
Reference in New Issue
Block a user