chore: use a constant instead of a number

This commit is contained in:
Daniel
2025-11-26 00:44:06 +01:00
parent 6056b8f122
commit 167d169f1a
2 changed files with 4 additions and 3 deletions

View File

@@ -227,7 +227,7 @@ const Wrapper = styled("div")`
`;
const DRAWER_WIDTH = 264;
const MIN_MAIN_CONTENT_WIDTH_FOR_MOBILE = 768;
export const MIN_MAIN_CONTENT_WIDTH_FOR_MOBILE = 768;
const MainContent = styled("div")<{ isDrawerOpen: boolean }>`
margin-left: ${({ isDrawerOpen }) =>