diff options
author | Alexander Tseung <alextsg@gmail.com> | 2018-03-26 13:19:42 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@gmail.com> | 2018-03-26 13:58:04 +0800 |
commit | cfa2592d78b31ea3c5d056bf1344cfd5d5353f16 (patch) | |
tree | 6af1ada572dfc6d7a9a9b0c69a7a3ecfc834b3d9 /ui/app/components/modals/deposit-ether-modal.js | |
parent | dc78594c3aac80150dbe7eecd05e05eeffa6da02 (diff) | |
download | tangerine-wallet-browser-cfa2592d78b31ea3c5d056bf1344cfd5d5353f16.tar tangerine-wallet-browser-cfa2592d78b31ea3c5d056bf1344cfd5d5353f16.tar.gz tangerine-wallet-browser-cfa2592d78b31ea3c5d056bf1344cfd5d5353f16.tar.bz2 tangerine-wallet-browser-cfa2592d78b31ea3c5d056bf1344cfd5d5353f16.tar.lz tangerine-wallet-browser-cfa2592d78b31ea3c5d056bf1344cfd5d5353f16.tar.xz tangerine-wallet-browser-cfa2592d78b31ea3c5d056bf1344cfd5d5353f16.tar.zst tangerine-wallet-browser-cfa2592d78b31ea3c5d056bf1344cfd5d5353f16.zip |
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]), ]), |