From 82085790d44d31d654aacc226e8f9785eb15af88 Mon Sep 17 00:00:00 2001 From: Sourabh782 Date: Sun, 10 Nov 2024 14:06:30 +0530 Subject: [PATCH 1/2] fixed dark mode issue in signup page --- client/src/App.jsx | 8 +++----- client/src/component/Signup.jsx | 34 ++++++++++++++++----------------- 2 files changed, 20 insertions(+), 22 deletions(-) diff --git a/client/src/App.jsx b/client/src/App.jsx index 75a1835..ebf5dc8 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -121,7 +121,6 @@ function App() { - setProgress(0)} />
@@ -132,7 +131,7 @@ function App() { } /> } /> } /> - } /> + {/* } /> */} } /> } /> } /> @@ -146,18 +145,17 @@ function App() { } /> } /> } /> - } /> + {/* } /> */} } /> } /> } /> } /> } /> - } /> + {/* } /> */} } /> } /> -
diff --git a/client/src/component/Signup.jsx b/client/src/component/Signup.jsx index 96a8879..3d78d43 100644 --- a/client/src/component/Signup.jsx +++ b/client/src/component/Signup.jsx @@ -124,13 +124,13 @@ const Signup = ({ mode }) => {

{
-
+
-

Password must contain:

+

Password must contain:

    -
  • At least 8 characters
  • -
  • At least one uppercase letter
  • -
  • At least one lowercase letter
  • -
  • At least one number
  • -
  • At least one special character
  • +
  • At least 8 characters
  • +
  • At least one uppercase letter
  • +
  • At least one lowercase letter
  • +
  • At least one number
  • +
  • At least one special character