style(auth): apply proto2 surfaces

This commit is contained in:
zetaloop
2026-02-25 05:01:20 +08:00
parent 7bf1338b39
commit 5dbf6bdd77
3 changed files with 78 additions and 72 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export default function AuthLayout({ children }: { children: React.ReactNode })
</div>
</div>
</div>
<div className="flex-1 flex items-center justify-center p-6 bg-muted/30 md:bg-background">
<div className="flex-1 flex items-center justify-center p-6 bg-muted/30">
<div className="w-full max-w-md">{children}</div>
</div>
</div>