fix: hover colors of proj card

This commit is contained in:
Anirudh 2025-01-07 04:13:21 +00:00
parent f38bf79e54
commit 49d0690081

View File

@ -240,7 +240,7 @@ function ProjectCardComponent({
> >
<CanvasRevealEffect <CanvasRevealEffect
animationSpeed={3} animationSpeed={3}
containerClassName="bg-black" containerClassName="bg-muted"
colors={colors[type]} colors={colors[type]}
dotSize={2} dotSize={2}
/> />