feat(toolbox/web): fix You seem to be using a value for content without quotes error log

pull/14917/head jitsi-meet_9623
Calin-Teodor 11 months ago committed by Calinteodor
parent bde28105f4
commit fb6a44a39b
  1. 2
      react/features/toolbox/components/web/JitsiPortal.tsx

@ -31,7 +31,7 @@ const useStyles = makeStyles()(theme => {
},
'&::after': {
content: '',
content: '""',
backgroundColor: theme.palette.ui01,
marginBottom: 'env(safe-area-inset-bottom, 0)'
}

Loading…
Cancel
Save