diff --git a/app/globals.css b/app/globals.css index a5833cd..7dc2a24 100644 --- a/app/globals.css +++ b/app/globals.css @@ -151,7 +151,7 @@ input[type="date"]::-webkit-calendar-picker-indicator { box-shadow: 0 0 0 0 oklch(72% 0.14 135 / 0.55); } 60% { - box-shadow: 0 0 0 8px oklch(72% 0.14 135 / 0); + box-shadow: 0 0 0 6px oklch(72% 0.14 135 / 0); } } diff --git a/components/EngagementForm.tsx b/components/EngagementForm.tsx index a84a430..cc6e595 100644 --- a/components/EngagementForm.tsx +++ b/components/EngagementForm.tsx @@ -299,7 +299,7 @@ export function EngagementForm({ config, cid, cs }: EngagementFormProps) { }} /> )} -
    +
      {sectionsToRender.map((entry, i) => { const { section, pathwayState, locked } = entry; const nextState = @@ -585,12 +585,12 @@ function RailMarker({ return (
      {nextState && ( {state === "current" && ( - + Now )} @@ -610,8 +610,8 @@ function RailMarker({ function MarkerCircle({ rank, state }: { rank: number; state: PathwayState }) { if (state === "past") { return ( - - + + Stage {rank} (completed) @@ -620,15 +620,15 @@ function MarkerCircle({ rank, state }: { rank: number; state: PathwayState }) { } if (state === "current") { return ( - + {rank} Stage {rank} (current) ); } return ( - - + +