Skip to content

Commit

Permalink
fix(swap-modal-bg): updated swap modal background
Browse files Browse the repository at this point in the history
  • Loading branch information
jjBlockchain committed Oct 16, 2019
1 parent 7b6d781 commit 405066e
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/blockchain-info-components/src/Images/Images.js
Expand Up @@ -88,6 +88,7 @@ import swapCarousel4 from './img/swap-carousel4.png'
import swapCarousel5 from './img/swap-carousel5.png'
import swapDashboardLeft from './img/swap-dashboard-left.png'
import swapDashboardRight from './img/swap-dashboard-right.png'
import swapModalBg from './img/swap-modal-bg.svg'
import swapIntro from './img/swap-intro.png'
import swapIntro2 from './img/swap-intro@2x.png'
import swapIntro3 from './img/swap-intro@3x.png'
Expand Down Expand Up @@ -248,6 +249,7 @@ export default {
'swap-carousel5': swapCarousel5,
'swap-dashboard-left': swapDashboardLeft,
'swap-dashboard-right': swapDashboardRight,
'swap-modal-bg': swapModalBg,
'swap-intro': swapIntro,
'swap-intro2': swapIntro2,
'swap-intro3': swapIntro3,
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -15,7 +15,7 @@ const Header = styled.div`
align-items: center;
height: 204px;
background: ${props => props.theme['brand-primary']}
url(/img/swap-dashboard-right.png);
url(/img/swap-modal-bg.svg);
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
Expand Down

0 comments on commit 405066e

Please sign in to comment.