Changing assets with new DA.

This commit is contained in:
charlesgauthereau
2025-12-23 22:10:00 +01:00
parent 36adcb323a
commit d9997ff5e9
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export function CardAuth({ className, ...props }: React.ComponentProps<"div">) {
data-slot="card"
className={cn(
"bg-transparent border-none py-3",
"md:bg-card text-card-foreground flex flex-col gap-6 rounded-xl md:border-solid md:border md:py-6 shadow-sm",
"md:bg-card text-card-foreground flex flex-col gap-6 rounded-xl md:border-solid md:border md:py-6 md:shadow-sm",
className
)}
{...props}