diff --git a/apps/planner/app/components/PlannerMap.tsx b/apps/planner/app/components/PlannerMap.tsx index 2e58f90..eec3bd6 100644 --- a/apps/planner/app/components/PlannerMap.tsx +++ b/apps/planner/app/components/PlannerMap.tsx @@ -16,18 +16,17 @@ import "leaflet/dist/leaflet.css"; function waypointIcon(index: number, overnight?: boolean, highlighted?: boolean): L.DivIcon { const bg = overnight ? "#8B6D3A" : "#2563eb"; - const size = highlighted ? 28 : 24; - const offset = size / 2; + const scale = highlighted ? "scale(1.17)" : "scale(1)"; return L.divIcon({ className: "", html: `