toggle fix

This commit is contained in:
2022-05-28 22:38:04 +02:00
parent 43b2ea833b
commit 13751b5a44
6 changed files with 10 additions and 10 deletions
@@ -16,7 +16,7 @@ import { useTheme } from '@mui/material/styles';
import MenuIcon from '@mui/icons-material/Menu';
import MenuOpenIcon from '@mui/icons-material/MenuOpen';
import DarkModeToogle from 'layouts/common/darkModeToogle';
import DarkModeToggle from 'layouts/common/darkModeToggle';
const Navigation = () => {
const theme = useTheme();
@@ -109,7 +109,7 @@ const Navigation = () => {
<MenuIcon fontSize='inherit' />
)}
</IconButton>
<DarkModeToogle style={{ alignSelf: 'right', color: 'inherit' }} />
<DarkModeToggle style={{ alignSelf: 'right', color: 'inherit' }} />
</Paper>
{matches ? (