fix: only invert skill icons if dark
This commit is contained in:
parent
11c0f79b88
commit
5214290a72
@ -110,7 +110,7 @@ export function ProjectCard({
|
||||
alt={icon.alt || ''}
|
||||
width={16}
|
||||
height={16}
|
||||
className="not-[dark]:invert"
|
||||
className="dark:invert"
|
||||
/>
|
||||
)}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user