mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-14 20:11:22 +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
|
||||
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}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user