From c17f6b9986c55f4735d6aa589c6be9382242541f Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Fri, 16 Jan 2026 21:02:59 +0100 Subject: [PATCH] style: remove inner border and background from world map container --- components/dashboard/WorldMap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/WorldMap.tsx b/components/dashboard/WorldMap.tsx index a689610..fc9f756 100644 --- a/components/dashboard/WorldMap.tsx +++ b/components/dashboard/WorldMap.tsx @@ -44,7 +44,7 @@ const WorldMap = ({ data }: WorldMapProps) => { const defaultStroke = isDark ? "#404040" : "#D4D4D4" // neutral-700 : neutral-300 return ( -
+