feat: header switcher

This commit is contained in:
DarkSky
2022-08-11 22:31:38 +08:00
parent b3f1ba6ca0
commit f57aaf7e80
2 changed files with 7 additions and 5 deletions
@@ -62,4 +62,5 @@ export const Switcher = () => {
const StyledContainerForSwitcher = styled('div')({
display: 'flex',
alignItems: 'center',
pointerEvents: 'all',
});