increase space between info and button

This commit is contained in:
Abhinav 2022-05-17 02:26:09 +05:30
parent 66a8ca50b3
commit 1362d8c827

View file

@ -20,7 +20,7 @@ export default function TwoFactorModalSetupSection({ close }: Iprops) {
return (
<Container disableGutters sx={{ mb: 2 }}>
<LockIcon sx={{ fontSize: (theme) => theme.spacing(5), mb: 2 }} />
<Typography mb={2}>{constants.TWO_FACTOR_INFO}</Typography>
<Typography mb={4}>{constants.TWO_FACTOR_INFO}</Typography>
<Button
variant="contained"
color="accent"