slot-card: remove gap
This commit is contained in:
parent
3b0dd008f6
commit
49c2d758f0
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user