fix(premeeting): fix undefined breakpoint in media query (#11148)

This commit is contained in:
Shahab 2022-03-16 16:46:01 +03:30 committed by GitHub
parent 3b05fd70a3
commit 8e035b03b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ const useStyles = makeStyles(theme => {
width: '100%'
},
[theme.breakpoints.down('720')]: {
'@media (max-width: 720px)': {
margin: `${theme.spacing(4)} auto`,
position: 'fixed',
top: 0,