Start time grid #62
@ -22,7 +22,7 @@ export default function StartTimeGrid({
|
||||
selectedTime,
|
||||
onChange,
|
||||
heading = "Välj starttid",
|
||||
status = "Visar lediga tider",
|
||||
status = "Visar alla lediga tider",
|
||||
children,
|
||||
}: StartTimeGridProps) {
|
||||
// Track which column was selected for arrow positioning
|
||||
@ -39,7 +39,7 @@ export default function StartTimeGrid({
|
||||
<div>
|
||||
<div className="flex gap-(--spacing-sm)">
|
||||
<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}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user