Skip to content

Commit

Permalink
fix: cover bg blur in safari test3-s
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank-dev07 committed Dec 9, 2024
1 parent 7f646ea commit efd7dfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/CoverUpPage/cover.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.cover{
backdrop-filter: blur(4px);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
2 changes: 1 addition & 1 deletion src/components/Loader/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
top: 0;
left: 0;
z-index: 2000;

backdrop-filter: blur(40px);
-webkit-backdrop-filter: blur(40px);
}

.path {
Expand Down

0 comments on commit efd7dfc

Please sign in to comment.