Start time grid #62

Merged
stne3960 merged 30 commits from start_time_grid into main 2026-01-16 14:17:09 +01:00
Showing only changes of commit 78b035ccfa - Show all commits

View File

@ -22,7 +22,7 @@ export default function StartTimeGrid({
selectedTime, selectedTime,
onChange, onChange,
heading = "Välj starttid", heading = "Välj starttid",
status = "Visar lediga tider", status = "Visar alla lediga tider",
children, children,
}: StartTimeGridProps) { }: StartTimeGridProps) {
// Track which column was selected for arrow positioning // Track which column was selected for arrow positioning
@ -39,7 +39,7 @@ export default function StartTimeGrid({
<div> <div>
<div className="flex gap-(--spacing-sm)"> <div className="flex gap-(--spacing-sm)">
<span className="body-bold-md text-base-ink-strong">{heading}</span> <span className="body-bold-md text-base-ink-strong">{heading}</span>
<span className="body-light-sm text-base-ink-placeholder"> <span className="body-light-md text-base-ink-placeholder">
{status} {status}
</span> </span>
</div> </div>