diff --git a/src/components/ui/auth/layout.tsx b/src/components/ui/auth/layout.tsx
index e732169..4481923 100644
--- a/src/components/ui/auth/layout.tsx
+++ b/src/components/ui/auth/layout.tsx
@@ -3,7 +3,7 @@ import { Outlet } from "react-router-dom"
export const AuthLayout = () => {
return (
+ className="flex flex-row min-h-screen p-5 justify-center items-center xl:justify-stretch xl:items-stretch max-h-[750px] overflow-y-hidden">
)
diff --git a/src/pages/auth/forgot-password.tsx b/src/pages/auth/forgot-password.tsx
index fec8f6e..f3b7afc 100644
--- a/src/pages/auth/forgot-password.tsx
+++ b/src/pages/auth/forgot-password.tsx
@@ -4,7 +4,7 @@ export const ForgotPassword = () => {
return (
<>
-
+
>
diff --git a/src/pages/auth/login-with-code.tsx b/src/pages/auth/login-with-code.tsx
index 1d06985..a129094 100644
--- a/src/pages/auth/login-with-code.tsx
+++ b/src/pages/auth/login-with-code.tsx
@@ -4,7 +4,7 @@ export const LoginWithCode = () => {
return (
<>
-
+
>
diff --git a/src/pages/auth/login.tsx b/src/pages/auth/login.tsx
index 2596107..edf6f13 100644
--- a/src/pages/auth/login.tsx
+++ b/src/pages/auth/login.tsx
@@ -5,7 +5,7 @@ export const Login = () => {
return (
<>
-
+
>
diff --git a/src/pages/auth/register.tsx b/src/pages/auth/register.tsx
index c35887d..9b0b987 100644
--- a/src/pages/auth/register.tsx
+++ b/src/pages/auth/register.tsx
@@ -4,7 +4,7 @@ export const Register = () => {
return (
<>
-
+
>
diff --git a/src/pages/auth/reset-password-code.tsx b/src/pages/auth/reset-password-code.tsx
index 90a9a3e..4479877 100644
--- a/src/pages/auth/reset-password-code.tsx
+++ b/src/pages/auth/reset-password-code.tsx
@@ -6,7 +6,7 @@ export const ResetPasswordCode = () => {
return (
-
+
diff --git a/src/pages/auth/reset-password.tsx b/src/pages/auth/reset-password.tsx
index 8905420..ed9334c 100644
--- a/src/pages/auth/reset-password.tsx
+++ b/src/pages/auth/reset-password.tsx
@@ -5,7 +5,7 @@ export const ResetPassword = () => {
return (
-
+
diff --git a/src/pages/auth/send-code.tsx b/src/pages/auth/send-code.tsx
index bd34b77..54c209d 100644
--- a/src/pages/auth/send-code.tsx
+++ b/src/pages/auth/send-code.tsx
@@ -5,7 +5,7 @@ export const SendCode = () => {
return (
-
+
diff --git a/tailwind.config.js b/tailwind.config.js
index 20165d1..a4939ef 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -9,7 +9,8 @@ module.exports = {
"auth-form": "#F7F7F9",
"primary-text-color": "#11212D",
"secondary-text-color": "#777577",
- "primary-color": "#015699"
+ "primary-color": "#015699",
+ "secondary-color": "#E6E8EA"
}
},
},