Color consistent with .MuiButton-containedPrimary

This commit is contained in:
ElleshaHackett 2020-04-28 12:29:05 +02:00
parent 9f7ca4ba6d
commit 8e6516b8cd

View File

@ -45,7 +45,7 @@ const useStyles = makeStyles((theme) => ({
marginTop: '1em',
display: 'flex',
justifyContent: 'center',
color: 'blue', //theme.palette.grey[500]
color: '#3f51b5', //theme.palette.grey[500]
},
form: {
padding: '0 1em 1em 1em',