Fix SwitchTheme position

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-22 02:57:11 +04:00
parent ebabc7b442
commit b04495d8ea
+2 -2
View File
@@ -21,8 +21,8 @@ const StyledBox = styled(Box)({
}, },
[`& .${classes.switchFixed}`]: { [`& .${classes.switchFixed}`]: {
position: 'fixed', position: 'fixed',
right: '1em', right: '0.5em',
top: '70px', top: '68px',
zIndex: 9990, zIndex: 9990,
cursor: 'pointer' cursor: 'pointer'
} }