From aa12f961a2df0e29a578611def1e03ad3a4c87ca Mon Sep 17 00:00:00 2001 From: JustIceO7 Date: Fri, 28 Feb 2025 23:42:11 +0000 Subject: [PATCH] CHANGE: Changed AuthModal responsiveness --- frontend/src/components/Auth/ForgotPasswordForm.tsx | 2 +- frontend/src/components/Auth/LoginForm.tsx | 2 +- frontend/src/components/Auth/OAuth.tsx | 2 +- frontend/src/components/Input/Button.tsx | 2 +- frontend/src/pages/UserPage.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/Auth/ForgotPasswordForm.tsx b/frontend/src/components/Auth/ForgotPasswordForm.tsx index 4cae486..baf718c 100644 --- a/frontend/src/components/Auth/ForgotPasswordForm.tsx +++ b/frontend/src/components/Auth/ForgotPasswordForm.tsx @@ -71,7 +71,7 @@ const ForgotPasswordForm: React.FC = ({ onSubmit }) => { return (
-

+

Forgot Password

diff --git a/frontend/src/components/Auth/LoginForm.tsx b/frontend/src/components/Auth/LoginForm.tsx index cabad08..9170809 100644 --- a/frontend/src/components/Auth/LoginForm.tsx +++ b/frontend/src/components/Auth/LoginForm.tsx @@ -154,7 +154,7 @@ const LoginForm: React.FC = ({ onSubmit, onForgotPassword }) => { onClick={onForgotPassword} > - + Forgot Password diff --git a/frontend/src/components/Auth/OAuth.tsx b/frontend/src/components/Auth/OAuth.tsx index ed2c2e7..422ecda 100644 --- a/frontend/src/components/Auth/OAuth.tsx +++ b/frontend/src/components/Auth/OAuth.tsx @@ -20,7 +20,7 @@ export default function GoogleLogin() { alt="Google logo" className="w-[2em] h-[2em] mr-2" /> - + Sign in with Google diff --git a/frontend/src/components/Input/Button.tsx b/frontend/src/components/Input/Button.tsx index 6e64a2c..6245178 100644 --- a/frontend/src/components/Input/Button.tsx +++ b/frontend/src/components/Input/Button.tsx @@ -15,7 +15,7 @@ const Button: React.FC = ({ return (