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}`]: {
position: 'fixed',
right: '1em',
top: '70px',
right: '0.5em',
top: '68px',
zIndex: 9990,
cursor: 'pointer'
}