Update ThemeContext.tsx

This commit is contained in:
IRBorisov 2023-08-27 23:09:34 +03:00
parent 7da327c131
commit cac74272f2

View File

@ -58,7 +58,7 @@ export const ThemeState = ({ children }: ThemeStateProps) => {
const mainHeight = useMemo(
() => {
return !noNavigation ?
'calc(100vh - 8.6rem)'
'calc(100vh - 8rem)'
: '100vh';
}, [noNavigation]);