🎨 style: adjust hovered background for wavy border
This commit is contained in:
parent
12d5fd82b2
commit
07f229e33f
@ -102,7 +102,7 @@ export const ProjectCard = ({
|
|||||||
{/* Wave */}
|
{/* Wave */}
|
||||||
<WavyBorder
|
<WavyBorder
|
||||||
variant="stroke-and-fill"
|
variant="stroke-and-fill"
|
||||||
className="bg-surface-card-hovered"
|
className="bg-surface-card group-hover:bg-surface-card-hovered"
|
||||||
/>
|
/>
|
||||||
{/* Lower content */}
|
{/* Lower content */}
|
||||||
<div className={theme.lowerContent()}>
|
<div className={theme.lowerContent()}>
|
||||||
|
Loading…
Reference in New Issue
Block a user