diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2018-03-27 02:29:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-27 02:29:04 +0800 |
commit | fe6f22ee69963ca682f74c8872806b2772f557ee (patch) | |
tree | 4212643a58a63a02a4465e70350c55759b4c79fd /ui/app/components/modals/deposit-ether-modal.js | |
parent | a94fbfdfab678afc0e02baec281038e463567ac1 (diff) | |
parent | cfa2592d78b31ea3c5d056bf1344cfd5d5353f16 (diff) | |
download | tangerine-wallet-browser-fe6f22ee69963ca682f74c8872806b2772f557ee.tar tangerine-wallet-browser-fe6f22ee69963ca682f74c8872806b2772f557ee.tar.gz tangerine-wallet-browser-fe6f22ee69963ca682f74c8872806b2772f557ee.tar.bz2 tangerine-wallet-browser-fe6f22ee69963ca682f74c8872806b2772f557ee.tar.lz tangerine-wallet-browser-fe6f22ee69963ca682f74c8872806b2772f557ee.tar.xz tangerine-wallet-browser-fe6f22ee69963ca682f74c8872806b2772f557ee.tar.zst tangerine-wallet-browser-fe6f22ee69963ca682f74c8872806b2772f557ee.zip |
Merge pull request #3721 from alextsg/cb-944
Update button styles
Diffstat (limited to 'ui/app/components/modals/deposit-ether-modal.js')
-rw-r--r-- | ui/app/components/modals/deposit-ether-modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/modals/deposit-ether-modal.js b/ui/app/components/modals/deposit-ether-modal.js index b642513d7..2de1240fc 100644 --- a/ui/app/components/modals/deposit-ether-modal.js +++ b/ui/app/components/modals/deposit-ether-modal.js @@ -94,7 +94,7 @@ DepositEtherModal.prototype.renderRow = function ({ ]), !hideButton && h('div.deposit-ether-modal__buy-row__button', [ - h('button.deposit-ether-modal__deposit-button', { + h('button.btn-primary--lg.deposit-ether-modal__deposit-button', { onClick: onButtonClick, }, [buttonLabel]), ]), |