diff options
author | Dan <danjm.com@gmail.com> | 2018-06-01 02:09:24 +0800 |
---|---|---|
committer | Dan <danjm.com@gmail.com> | 2018-06-01 02:09:24 +0800 |
commit | 701611e317d120d2c0530e4794bd498a74e233b2 (patch) | |
tree | 4ec098d593de7ff5fe20907a48c56061cc14de54 /ui/app/components/modals/deposit-ether-modal.js | |
parent | 1bde2892ec222cec1ba3265d50ed59f665afbf83 (diff) | |
parent | 2ca084b0557242b34733107701a14ba0724363b3 (diff) | |
download | tangerine-wallet-browser-701611e317d120d2c0530e4794bd498a74e233b2.tar.gz tangerine-wallet-browser-701611e317d120d2c0530e4794bd498a74e233b2.tar.zst tangerine-wallet-browser-701611e317d120d2c0530e4794bd498a74e233b2.zip |
Merge branch 'i3725-refactor-send-component-' into i3914-fix-newui-send-gas-estimation
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 ad5f9b695..2daa7fa1d 100644 --- a/ui/app/components/modals/deposit-ether-modal.js +++ b/ui/app/components/modals/deposit-ether-modal.js @@ -109,7 +109,7 @@ DepositEtherModal.prototype.renderRow = function ({ ]), !hideButton && h('div.deposit-ether-modal__buy-row__button', [ - h('button.btn-primary--lg.deposit-ether-modal__deposit-button', { + h('button.btn-primary.btn--large.deposit-ether-modal__deposit-button', { onClick: onButtonClick, }, [buttonLabel]), ]), |