fix layout

This commit is contained in:
IluaAir
2025-10-09 23:55:20 +03:00
parent b4f98fe6cd
commit 23945b3487
2 changed files with 3 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ function App() {
<Route path="/" element={<Navigate to="/auth/login" replace />} />
<Route path="/auth" element={
<AuthLayout className="flex min-h-svh flex-col items-center justify-center bg-background text-foreground" />
<AuthLayout className="flex min-h-svh flex-col items-center justify-center bg-muted text-foreground" />
}>
<Route path="login" element={<LoginPage />} />
<Route path="signup" element={<SignUp />} />