diff --git a/client/src/app/styles/global.css b/client/src/app/styles/global.css index e89b3b9..0962570 100644 --- a/client/src/app/styles/global.css +++ b/client/src/app/styles/global.css @@ -27,6 +27,14 @@ font-display: swap; } -:root { color-scheme: light; } -html, body, #root { min-height: 100%; } -body { margin: 0; } +:root { + color-scheme: light; +} +html, +body, +#root { + min-height: 100%; +} +body { + margin: 0; +} diff --git a/client/src/pages/auth/ui/AuthPage.tsx b/client/src/pages/auth/ui/AuthPage.tsx index 2f59857..25c62b5 100644 --- a/client/src/pages/auth/ui/AuthPage.tsx +++ b/client/src/pages/auth/ui/AuthPage.tsx @@ -116,8 +116,7 @@ export function AuthPage() { getApiErrorMessage(requestCode.error) || getApiErrorMessage(verifyCode.error) - const passwordError = - isRegister && passwordConfirm && password !== passwordConfirm ? 'Пароли не совпадают' : null + const passwordError = isRegister && passwordConfirm && password !== passwordConfirm ? 'Пароли не совпадают' : null return ( - + Добро пожаловать в Любимый Креатив - + Войдите или зарегистрируйтесь, чтобы продолжить @@ -192,7 +191,7 @@ export function AuthPage() { {tab === 0 && ( - +