From 18635704bbcd968a89cd84fa3a5bf7fb9b234b46 Mon Sep 17 00:00:00 2001 From: mbalsdon Date: Fri, 11 Mar 2022 23:45:42 -0800 Subject: [PATCH] fix spacing and font --- src/components/login/Login.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/login/Login.tsx b/src/components/login/Login.tsx index 8a0f4db..5ff4a66 100644 --- a/src/components/login/Login.tsx +++ b/src/components/login/Login.tsx @@ -1,6 +1,6 @@ import { useRef, useState, useEffect, useContext } from "react"; import { useLocation, Link, useNavigate } from "react-router-dom"; -import { Stack } from "@mui/material"; +import { Stack, Typography } from "@mui/material"; import Container from "@mui/material/Container"; import TextField from "@mui/material/TextField"; import Button from "@mui/material/Button"; @@ -49,11 +49,13 @@ const Login: React.FC = () => { {setUsername(event.target.value)}}/> {setPassword(event.target.value)}}/> - Forgotten Your Password? + + Forgot your password? + - + Login with Zoom Logo