Skip to content

Commit 7db5f12

Browse files
authored
Merge pull request #181 from Podo-Store/fix/safari-svg-blurring
fix: 사파리 이미지 블러링 문제 해결
2 parents ceb9056 + 31dfefb commit 7db5f12

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed
-1.5 KB
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Loading

src/components/file/FileInputBox.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838

3939
border-radius: 30px;
4040
border: 1px dashed var(--Main, #6a39c0);
41-
filter: blur(0.25px);
4241
height: 16.38889vh;
4342
text-align: center;
4443
cursor: pointer;

src/components/file/FileInputBox.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { useNavigate } from "react-router-dom";
55

66
import InfoPopup from "../popup/InfoPopup";
77

8-
import download from "./../../assets/image/fileInput/ic_download.png";
8+
import download from "./../../assets/image/fileInput/ic_download.svg";
99
import inputCheck from "./../../assets/image/fileInput/inputCheck.svg";
1010
import circleInfoBtn from "./../../assets/image/button/circleInfoBtn.svg";
1111

0 commit comments

Comments
 (0)