🎨 style: adjust hovered background for wavy border

This commit is contained in:
Wahyu Kurniawan 2024-02-28 16:30:35 +07:00
parent 12d5fd82b2
commit 07f229e33f
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -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()}>