Refactor property names

This commit is contained in:
Nicola Benaglia 2025-05-30 08:16:31 +02:00
parent f445bcd5b1
commit 06f0d45677

View File

@ -30,14 +30,14 @@ export const NavCloseTab: React.FC<SVGProps> = ({
<path
d="M5.66675 5.66669L11.3334 11.3334"
stroke={theme.palette.text.primary}
stroke-width="2"
strokeWidth="2"
fill={setColor}
fillOpacity={setOpacity}
/>
<path
d="M11.3333 5.66675L5.66658 11.3334"
stroke={theme.palette.text.primary}
stroke-width="2"
strokeWidth="2"
fill={setColor}
fillOpacity={setOpacity}
/>