aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/deposit-ether-modal.js
diff options
context:
space:
mode:
authorBruno <brunobar79@gmail.com>2018-06-06 09:37:45 +0800
committerBruno <brunobar79@gmail.com>2018-06-06 09:37:45 +0800
commit4371801083e63838b6000a6818b418e36c39f539 (patch)
treec2a9e3c68605ca4b5a8feaf0d2f0cb6677d78b15 /ui/app/components/modals/deposit-ether-modal.js
parentde9672726833e26ea96d198c0d9f1464015614f5 (diff)
parentc2e3194dbf4e2a3fd2bdffb3300ec0cd822dc78e (diff)
downloadtangerine-wallet-browser-4371801083e63838b6000a6818b418e36c39f539.tar
tangerine-wallet-browser-4371801083e63838b6000a6818b418e36c39f539.tar.gz
tangerine-wallet-browser-4371801083e63838b6000a6818b418e36c39f539.tar.bz2
tangerine-wallet-browser-4371801083e63838b6000a6818b418e36c39f539.tar.lz
tangerine-wallet-browser-4371801083e63838b6000a6818b418e36c39f539.tar.xz
tangerine-wallet-browser-4371801083e63838b6000a6818b418e36c39f539.tar.zst
tangerine-wallet-browser-4371801083e63838b6000a6818b418e36c39f539.zip
Merge remote-tracking branch 'upstream/develop' into develop
Diffstat (limited to 'ui/app/components/modals/deposit-ether-modal.js')
-rw-r--r--ui/app/components/modals/deposit-ether-modal.js2
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]),
]),