From 9e3945efff4e7102595925bb311a1a825fbb2ccb Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Wed, 20 Nov 2024 17:41:59 +0800 Subject: [PATCH] fix(global): point radius --- app/(main)/ClientComponents/Global.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(main)/ClientComponents/Global.tsx b/app/(main)/ClientComponents/Global.tsx index 28278fe..b01ad9c 100644 --- a/app/(main)/ClientComponents/Global.tsx +++ b/app/(main)/ClientComponents/Global.tsx @@ -57,7 +57,7 @@ export async function Global({ countries = [] }: GlobalProps) { map.addPin({ lat, lng, - svgOptions: { color: "#FF4500", radius: 0.5 }, + svgOptions: { color: "#FF4500", radius: 0.3 }, }); }); }