fix: only invert skill icons if dark

This commit is contained in:
Yehoshua Sandler 2025-05-09 16:02:34 -05:00
parent 11c0f79b88
commit 5214290a72

View File

@ -110,7 +110,7 @@ export function ProjectCard({
alt={icon.alt || ''}
width={16}
height={16}
className="not-[dark]:invert"
className="dark:invert"
/>
)}