From 4f77d3c8b6e442a9b38442e2ce7d06767fac6c07 Mon Sep 17 00:00:00 2001 From: Thomas Huang Date: Wed, 2 Oct 2019 09:15:44 -0700 Subject: [PATCH] Update ETH logo, update deposit Ether logo height and width (#7239) --- app/images/eth_logo.svg | 24 +++++++++++++------ .../app/modals/deposit-ether-modal.js | 4 ++++ .../css/itcss/components/wallet-balance.scss | 1 - 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/app/images/eth_logo.svg b/app/images/eth_logo.svg index c7bbbb282983..42be3a2e05fe 100644 --- a/app/images/eth_logo.svg +++ b/app/images/eth_logo.svg @@ -1,8 +1,18 @@ - - - - - - - + + + + + + + + + + diff --git a/ui/app/components/app/modals/deposit-ether-modal.js b/ui/app/components/app/modals/deposit-ether-modal.js index ff2411209aa7..f71e0619e8fe 100644 --- a/ui/app/components/app/modals/deposit-ether-modal.js +++ b/ui/app/components/app/modals/deposit-ether-modal.js @@ -152,6 +152,10 @@ DepositEtherModal.prototype.render = function () { this.renderRow({ logo: h('img.deposit-ether-modal__logo', { src: './images/deposit-eth.svg', + style: { + height: '75px', + width: '75px', + }, }), title: DIRECT_DEPOSIT_ROW_TITLE, text: DIRECT_DEPOSIT_ROW_TEXT, diff --git a/ui/app/css/itcss/components/wallet-balance.scss b/ui/app/css/itcss/components/wallet-balance.scss index 3c3349ae0b6d..872435e4cc45 100644 --- a/ui/app/css/itcss/components/wallet-balance.scss +++ b/ui/app/css/itcss/components/wallet-balance.scss @@ -68,6 +68,5 @@ $wallet-balance-breakpoint-range: "screen and (min-width: #{$break-large}) and ( width: 50px; height: 50px; border: 1px solid $alto; - padding: 5px; background: $white; }