fix: update GraphIcon fill property to 'none' for better SVG rendering

This commit is contained in:
Ardeman 2025-02-24 08:36:06 +08:00
parent 6082cf0cdb
commit 4d7fa04d91

View File

@ -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}
> >