Fix email field margin

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-03-06 10:08:10 +04:00
parent 8f19a780f9
commit 0e4d6e1bde
+1 -1
View File
@@ -4,7 +4,7 @@ import TextField from '@mui/material/TextField'
export default function Email({validMontant, error, clientEmail, setClientEmail}) {
return (
<Box sx={{marginBlock: 2}}>
<Box sx={{marginBottom: 2}}>
<TextField
required
disabled={Boolean(validMontant)}