Start time grid #62
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user