slot-card: remove gap

This commit is contained in:
vchikalkin 2025-02-18 22:39:56 +03:00
parent 3b0dd008f6
commit 49c2d758f0

View File

@ -33,7 +33,7 @@ export function SlotCard(props: Readonly<SlotComponentProps>) {
return (
<Link href={`${pathname}/slots/${documentId}`} rel="noopener noreferrer">
<div className="flex items-center justify-between rounded-2xl bg-background p-4 px-6 dark:bg-primary/5">
<div className="flex flex-col gap-2">
<div className="flex flex-col">
<ReadonlyTimeRange {...slot} />
<span
className={cn(