diff --git a/components/switch-theme.js b/components/switch-theme.js index eba044b..18f2543 100644 --- a/components/switch-theme.js +++ b/components/switch-theme.js @@ -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' }