fixing warnings and updating snapshots
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user