Skip to content

Commit

Permalink
fix: import issue in style (deriv-com#9436)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamid-deriv authored and Mahdiyeh Amirkhani committed Jul 25, 2023
1 parent b85907c commit fbdf470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/sass/app/_common/components/wallet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ $wallet-bg-color: (
top: 0;
width: 100%;
height: 100%;
background-image: url('../../../../public/images/app/wallet/#{$demo-icon}.svg');
background-image: url('~Images/app/wallet/#{$demo-icon}.svg');
background-repeat: repeat;
background-size: 70px;
mix-blend-mode: overlay;
Expand Down

0 comments on commit fbdf470

Please sign in to comment.