Skip to content

Commit

Permalink
Update ETH logo, update deposit Ether logo height and width (#7239)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmashuang authored and danjm committed Oct 2, 2019
1 parent 6160ae6 commit 4f77d3c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
24 changes: 17 additions & 7 deletions app/images/eth_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions ui/app/components/app/modals/deposit-ether-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion ui/app/css/itcss/components/wallet-balance.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 4f77d3c

Please sign in to comment.