diff --git a/FE/src/components/Login/LoginForm.jsx b/FE/src/components/Login/LoginForm.jsx index e0c4289..f10dd83 100644 --- a/FE/src/components/Login/LoginForm.jsx +++ b/FE/src/components/Login/LoginForm.jsx @@ -29,7 +29,7 @@ const LoginForm = () => { type="password" autoComplete="current-password" /> - + @@ -40,7 +40,12 @@ const LoginForm = () => { text={LOGIN} size="large" /> - + @@ -55,10 +60,9 @@ const useStyles = makeStyles((theme) => ({ button: { width: "100%", }, - buttonWrap: { - "& > button": { - marginTop: theme.spacing(1.5), - }, + githubButton: { + width: "100%", + marginTop: theme.spacing(1.5), }, }));