cambios en los estilos

This commit is contained in:
2025-06-20 12:06:40 -04:00
parent 4f96212cd0
commit 4ef71d5900
16 changed files with 42 additions and 40 deletions

View File

@@ -12,7 +12,7 @@ export function LoginForm({
}: React.ComponentPropsWithoutRef<'div'>) {
return (
<div className={cn("flex flex-col gap-6", className)} {...props}>
<div className={cn("", className)} {...props}>
<Card className="overflow-hidden">
<CardContent className="grid p-0 md:grid-cols-2">
<UserAuthForm />
@@ -20,7 +20,7 @@ export function LoginForm({
<img
src="logo.png"
alt="Image"
className="absolute inset-0 p-10 h-full w-full object-cover "
className="absolute inset-0 p-10 h-full w-full"
/>
</div>
</CardContent>