fix: update GraphIcon fill property to 'none' for better SVG rendering
This commit is contained in:
@@ -8,7 +8,7 @@ export const GraphIcon = (
|
|||||||
width={29}
|
width={29}
|
||||||
height={28}
|
height={28}
|
||||||
viewBox="0 0 29 28"
|
viewBox="0 0 29 28"
|
||||||
fill="currentColor"
|
fill="none"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
{...properties}
|
{...properties}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user