diff --git a/apps/planner/app/components/PlannerMap.tsx b/apps/planner/app/components/PlannerMap.tsx index 0feae90..ee5368b 100644 --- a/apps/planner/app/components/PlannerMap.tsx +++ b/apps/planner/app/components/PlannerMap.tsx @@ -38,9 +38,9 @@ function dayLabelIcon(dayNumber: number, distanceKm: string): L.DivIcon { padding:2px 8px;border-radius:12px; font-size:11px;font-weight:600;white-space:nowrap; box-shadow:0 1px 4px rgba(0,0,0,0.15); - transform:translate(-50%,-30px); ">Day ${dayNumber} ยท ${distanceKm} km`, - iconSize: [0, 0], + iconSize: [120, 20], + iconAnchor: [60, 44], }); }