From 266fbb176249460b65f554cf21f65eb94404b151 Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Thu, 20 Nov 2025 08:22:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84nicer=20colors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/WorldMap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WorldMap.tsx b/src/components/WorldMap.tsx index 5b64ac8b..05b22521 100644 --- a/src/components/WorldMap.tsx +++ b/src/components/WorldMap.tsx @@ -163,7 +163,7 @@ const countryClass = cn( sharedCountryClass, "stroke-1", "fill-[#fafafa]", - "stroke-[#dae1e7]", + "stroke-[#E7DADA]", "dark:fill-[#323236]", "dark:stroke-[#18181b]" );