Skip to content
Snippets Groups Projects
Commit b2d36371 authored by James D'Alton's avatar James D'Alton
Browse files

Minor adjustments to buttons and layout

parent a989ff8d
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,11 @@ const Login = (props) => {
<Button variant="outlined" size='small' style={{ fontSize: 10 }} color="primary" > <Link to={'/signup'}>Sign up</Link> </Button>
</Typography>
<Typography component="p" className={classes.password}>
<span style={{ marginRight: 6 }}>Forgotten password? </span>
<Button variant="outlined" size='small' style={{ fontSize: 10 }} color="primary" onClick={() => { setShowModal(true); }} > Reset </Button>
</Typography>
<Button
type="button"
fullWidth
......@@ -140,11 +145,6 @@ const Login = (props) => {
Sign In
</Button>
<Typography component="p" className={classes.password}>
<span style={{ marginRight: 6 }}>Request password reset </span>
<Button variant="outlined" size='small' style={{ fontSize: 10 }} color="primary" onClick={() => { setShowModal(true); }} > here </Button>
</Typography>
<Drawer anchor={'top'} open={Boolean(showModal)} onClose={() => setShowModal('false')}>
<Container component="main" maxWidth="md">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment