From fe64aa01032cc11b162e6e9ca9efb4a5e4335324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Sat, 11 Apr 2026 00:38:00 +0200 Subject: [PATCH] =?UTF-8?q?Scale=20waypoint=20marker=20text=20on=20highlig?= =?UTF-8?q?ht=20(12=E2=86=9213px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/planner/app/components/PlannerMap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/planner/app/components/PlannerMap.tsx b/apps/planner/app/components/PlannerMap.tsx index 670cfb3..2e58f90 100644 --- a/apps/planner/app/components/PlannerMap.tsx +++ b/apps/planner/app/components/PlannerMap.tsx @@ -24,7 +24,7 @@ function waypointIcon(index: number, overnight?: boolean, highlighted?: boolean) width:${size}px;height:${size}px;border-radius:50%; background:${bg};color:white; display:flex;align-items:center;justify-content:center; - font-size:12px;font-weight:600; + font-size:${highlighted ? 13 : 12}px;font-weight:600; border:2px solid white;box-shadow:0 1px 4px rgba(0,0,0,0.3); transform:translate(-${offset}px,-${offset}px); transition:all 0.15s ease;