update user list

pull/16/head
Renato Di Giacomo 2022-08-03 14:11:40 -03:00
parent 101a638a1e
commit f272433019
1 changed files with 2 additions and 1 deletions

View File

@ -69,6 +69,7 @@ const useStyles = makeStyles((theme) => ({
height: "100%",
},
containerPaperFix: {
width: "100%",
textTransform: "capitalize",
padding: theme.spacing(2),
paddingBottom: theme.spacing(4),
@ -366,7 +367,7 @@ const Dashboard = () => {
</Grid>
</Grid>
</Paper>
<Paper className={classes.containerPaperFix} style={{marginTop:"21px"}} sx={12}>
<Paper className={classes.containerPaperFix} style={{ marginTop: "21px" }} sx={12}>
<Grid item sx={4}>
<Typography
component="h1"