feat: variant h4

This commit is contained in:
karishmas6
2024-10-10 21:16:24 +05:30
parent a3cf33e002
commit f5713a4a00

View File

@@ -58,7 +58,7 @@ const Register = () => {
alignItems: 'center', alignItems: 'center',
}} }}
> >
<Typography component="h1" variant="h5"> <Typography variant="h4" gutterBottom>
Create an account Create an account
</Typography> </Typography>
<Box component="form" onSubmit={submitForm} sx={{ mt: 1 }}> <Box component="form" onSubmit={submitForm} sx={{ mt: 1 }}>