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 29fdbd5146 - Show all commits

View File

@ -58,7 +58,7 @@ export default function InlineModal({
"border-b-[10px] border-b-sky-100",
)}
/>
{/* Fill arrow: triangle in background color (sky-35), offset 1px down to cover inner part,
{/* Fill arrow: triangle in background color (sky-20), offset 1px down to cover inner part,
leaving only the border visible around the edge */}
<div
className={clsx(
@ -66,7 +66,7 @@ export default function InlineModal({
"w-0 h-0",
"border-l-[10px] border-l-transparent",
"border-r-[10px] border-r-transparent",
"border-b-[10px] border-b-sky-35",
"border-b-[10px] border-b-sky-20",
)}
/>
</div>