update user list
parent
101a638a1e
commit
f272433019
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue