diff --git a/.gitattributes b/.gitattributes index a37a4a8..40f31f9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ -*.js filter=lfs diff=lfs merge=lfs -text *.yml filter=lfs diff=lfs merge=lfs -text *.jsx filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text diff --git a/frontend/src/components/GoogleButton/GoogleButton.js b/frontend/src/components/GoogleButton/GoogleButton.js index ac06266..98251f5 100644 --- a/frontend/src/components/GoogleButton/GoogleButton.js +++ b/frontend/src/components/GoogleButton/GoogleButton.js @@ -24,6 +24,8 @@ const GoogleButton = () => { borderRadius: '8px', padding: '8px 16px', fontSize: '14px', + width: '100%', + height: '50px' }} > diff --git a/frontend/src/components/Login/Login.js b/frontend/src/components/Login/Login.js index 2a2aa39..b86d1b5 100644 --- a/frontend/src/components/Login/Login.js +++ b/frontend/src/components/Login/Login.js @@ -2,9 +2,7 @@ import React, { useEffect, useState } from "react"; import { useSignInWithEmailAndPassword } from "react-firebase-hooks/auth"; import { Link, useNavigate } from "react-router-dom"; import { auth } from "../Firebase/firebase"; - import GoogleButton from '../GoogleButton/GoogleButton'; // Import the GoogleButton - import toast from "react-hot-toast"; import Footer from "../Footer/Footer"; @@ -33,6 +31,7 @@ const LoginForm = ({ email, setEmail, password, setPassword, showPassword, setSh
+ setPassword(e.target.value)} required + /> setShowPassword(!showPassword)} > {showPassword ? "visibility_off" : "visibility"} +
-

Or

@@ -106,10 +107,32 @@ function Login() { }, [navigate]); return ( + <> +
-
+
+ ); } diff --git a/frontend/src/components/Signup/Signup.js b/frontend/src/components/Signup/Signup.js index 8d2c37c..d71ea93 100644 --- a/frontend/src/components/Signup/Signup.js +++ b/frontend/src/components/Signup/Signup.js @@ -102,19 +102,58 @@ function Signup() { return ( <> @@ -227,8 +266,8 @@ function Signup() {
-
+