From 94da3a4ee6c5b33a018766e34796fc827c127178 Mon Sep 17 00:00:00 2001 From: harish12-max Date: Mon, 18 May 2026 02:08:11 +0530 Subject: [PATCH 1/2] Improve login and signup UI responsiveness --- src/pages/Login/Login.tsx | 8 ++++---- src/pages/Signup/Signup.tsx | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/pages/Login/Login.tsx b/src/pages/Login/Login.tsx index e77ee3b..f5677f9 100644 --- a/src/pages/Login/Login.tsx +++ b/src/pages/Login/Login.tsx @@ -59,7 +59,7 @@ const Login: React.FC = () => {
-
+
{/* Branding */}
@@ -79,7 +79,7 @@ const Login: React.FC = () => {
{/* Form Card */} -
+

Welcome Back

@@ -122,7 +122,7 @@ const Login: React.FC = () => { @@ -140,7 +140,7 @@ const Login: React.FC = () => { )} {/* Footer Text */} -
+

Don't have an account? { />

-
+
{ initial={{ opacity: 0, y: 30 }} animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.6, delay: 0.2 }} - className={`rounded-3xl p-10 shadow-2xl border ${ + className={`rounded-3xl p-6 sm:p-10 shadow-2xl border ${ mode === "dark" ? "bg-white/10 backdrop-blur-xl border-white/20 text-white" : "bg-white border-gray-200 text-black" }`} > +

{ From 8b40919f951073c5744935e291eb98e16e0c9a1b Mon Sep 17 00:00:00 2001 From: harish12-max Date: Mon, 18 May 2026 02:33:39 +0530 Subject: [PATCH 2/2] Fix footer spacing consistency in login page --- src/pages/Login/Login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Login/Login.tsx b/src/pages/Login/Login.tsx index f5677f9..4aa548b 100644 --- a/src/pages/Login/Login.tsx +++ b/src/pages/Login/Login.tsx @@ -140,7 +140,7 @@ const Login: React.FC = () => { )} {/* Footer Text */} -
+

Don't have an account?