fixing warnings and updating snapshots

This commit is contained in:
Drew Taylor
2021-07-22 10:30:38 -07:00
parent 856364370f
commit eb22be3763
7 changed files with 343 additions and 340 deletions

View File

@@ -173,10 +173,6 @@ const useStyles = makeStyles((theme) => ({
width: "100%",
paddingTop: "56.25%",
},
root: {
margin: 0,
padding: theme.spacing(2),
},
closeButton: {
position: 'absolute',
right: theme.spacing(1),
@@ -189,6 +185,10 @@ const useStyles = makeStyles((theme) => ({
popUp: {
minHeight: "15vh",
},
popUpTitle: {
margin: 0,
padding: theme.spacing(2),
},
popUpContent: {
"& p": {
margin: 0,