Change gap and margin

This commit is contained in:
2026-02-28 00:53:11 +01:00
parent a93718b455
commit 1bf85e2c2d
8 changed files with 52 additions and 45 deletions

View File

@@ -45,7 +45,7 @@ function CardDescription({ className, ...props }: React.ComponentProps<"div">) {
<div
data-slot="card-description"
className={cn("text-muted-foreground text-sm", className)}
{...props}
{...props}
/>
)
}