diff --git a/src/pages/Login/Login.tsx b/src/pages/Login/Login.tsx index e77ee3b..4aa548b 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 = () => { diff --git a/src/pages/Signup/Signup.tsx b/src/pages/Signup/Signup.tsx index b55df05..56a816c 100644 --- a/src/pages/Signup/Signup.tsx +++ b/src/pages/Signup/Signup.tsx @@ -82,7 +82,7 @@ const SignUp: React.FC = () => { />
-
+
{ 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" }`} > +

{