mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-15 04:21:21 +00:00
Refactor property names
This commit is contained in:
parent
f445bcd5b1
commit
06f0d45677
@ -30,14 +30,14 @@ export const NavCloseTab: React.FC<SVGProps> = ({
|
|||||||
<path
|
<path
|
||||||
d="M5.66675 5.66669L11.3334 11.3334"
|
d="M5.66675 5.66669L11.3334 11.3334"
|
||||||
stroke={theme.palette.text.primary}
|
stroke={theme.palette.text.primary}
|
||||||
stroke-width="2"
|
strokeWidth="2"
|
||||||
fill={setColor}
|
fill={setColor}
|
||||||
fillOpacity={setOpacity}
|
fillOpacity={setOpacity}
|
||||||
/>
|
/>
|
||||||
<path
|
<path
|
||||||
d="M11.3333 5.66675L5.66658 11.3334"
|
d="M11.3333 5.66675L5.66658 11.3334"
|
||||||
stroke={theme.palette.text.primary}
|
stroke={theme.palette.text.primary}
|
||||||
stroke-width="2"
|
strokeWidth="2"
|
||||||
fill={setColor}
|
fill={setColor}
|
||||||
fillOpacity={setOpacity}
|
fillOpacity={setOpacity}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user