Skip to content

Commit

Permalink
fix: backdrop-filter value
Browse files Browse the repository at this point in the history
  • Loading branch information
Jungjjeong committed Nov 25, 2024
1 parent 7d74420 commit 8dd6154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Thumbnail/Thumbnail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const contentsCss = css`
&:hover {
opacity: 1;
backdrop-filter: blur(10px);
}
`;

Expand Down

0 comments on commit 8dd6154

Please sign in to comment.