From 4d7fa04d91947e905682aef68339025ba9c9215d Mon Sep 17 00:00:00 2001 From: Ardeman Date: Mon, 24 Feb 2025 08:36:06 +0800 Subject: [PATCH] fix: update GraphIcon fill property to 'none' for better SVG rendering --- app/components/icons/graph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/icons/graph.tsx b/app/components/icons/graph.tsx index 558b4a9..59262fc 100644 --- a/app/components/icons/graph.tsx +++ b/app/components/icons/graph.tsx @@ -8,7 +8,7 @@ export const GraphIcon = ( width={29} height={28} viewBox="0 0 29 28" - fill="currentColor" + fill="none" xmlns="http://www.w3.org/2000/svg" {...properties} >