From b04495d8ea5bb929e238a23affa3af8e6dd01526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 22 May 2022 02:57:11 +0400 Subject: [PATCH] Fix SwitchTheme position --- components/switch-theme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' }