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 04810d2f83 - Show all commits

View File

@ -148,7 +148,7 @@ export default function BookingForm<T>({
/>
{roomName && (
<div>
<span className="body-normal-sm text-base-ink-muted">Rum</span>
<span className="body-bold-md text-base-ink-strong">Rum</span>
<p className="body-normal-md text-base-ink-strong">{roomName}</p>
</div>
)}