Skip to content

Commit

Permalink
changed to url
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Dec 18, 2024
1 parent 895619a commit 7eabf3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/basic/styles/pinch-zoom-view.global.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ div[data-pinch-zoom] {
color: black;
width: 30px;
height: 30px;
background-image: data-uri("./scale.svg");
background-image: url("./scale.svg");
background-position: 2px 2px;
background-size: 20px 20px;
background-repeat: no-repeat;
Expand Down
2 changes: 1 addition & 1 deletion src/basic/styles/zoom-view.global.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ div[data-zoom-view] {
color: black;
width: 30px;
height: 30px;
background-image: data-uri("./scale.svg");
background-image: url("./scale.svg");
background-position: 2px 2px;
background-size: 20px 20px;
background-repeat: no-repeat;
Expand Down

0 comments on commit 7eabf3e

Please sign in to comment.