Pārlūkot izejas kodu

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

factor2
Calin-Teodor 1 gadu atpakaļ
vecāks
revīzija
fb6a44a39b

+ 1
- 1
react/features/toolbox/components/web/JitsiPortal.tsx Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt