Start time grid #62
@ -58,7 +58,7 @@ export default function InlineModal({
|
|||||||
"border-b-[10px] border-b-sky-100",
|
"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 */}
|
leaving only the border visible around the edge */}
|
||||||
<div
|
<div
|
||||||
className={clsx(
|
className={clsx(
|
||||||
@ -66,7 +66,7 @@ export default function InlineModal({
|
|||||||
"w-0 h-0",
|
"w-0 h-0",
|
||||||
"border-l-[10px] border-l-transparent",
|
"border-l-[10px] border-l-transparent",
|
||||||
"border-r-[10px] border-r-transparent",
|
"border-r-[10px] border-r-transparent",
|
||||||
"border-b-[10px] border-b-sky-35",
|
"border-b-[10px] border-b-sky-20",
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user