Skip to content

Commit

Permalink
fix: use glassmorphism
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Victor committed Mar 27, 2023
1 parent aae16e7 commit 522a0dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/base/HoverCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ const HoverCard = ({
br: 6,
padding: 20,
width: 300,
bg: "$bg",
backgroundColor: "rgba($bgRGB,0.5)",
backdropFilter: "blur(50px)",
boxShadow:
"hsl(206 22% 7% / 35%) 0px 10px 38px -10px, hsl(206 22% 7% / 20%) 0px 10px 20px -15px",
animationDuration: "800ms",
Expand Down

0 comments on commit 522a0dc

Please sign in to comment.