fix: Fixed card header margin
This commit is contained in:
@@ -24,7 +24,7 @@ export function Card({ className, padding = true, children, ...props }: CardProp
|
||||
|
||||
export function CardHeader({ className, children, ...props }: HTMLAttributes<HTMLDivElement>) {
|
||||
return (
|
||||
<div className={clsx("mb-4 flex flex-wrap items-center justify-between gap-2", className)} {...props}>
|
||||
<div className={clsx("flex flex-wrap items-center justify-between gap-2", className)} {...props}>
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user