diff --git a/src/qqq/components/horseshoe/sidenav/SideNavRoot.tsx b/src/qqq/components/horseshoe/sidenav/SideNavRoot.tsx index c8ed86b..2cfaf05 100644 --- a/src/qqq/components/horseshoe/sidenav/SideNavRoot.tsx +++ b/src/qqq/components/horseshoe/sidenav/SideNavRoot.tsx @@ -27,7 +27,7 @@ export default styled(Drawer)(({theme, ownerState}: { theme?: Theme | any; owner const {palette, boxShadows, transitions, breakpoints, functions} = theme; const {transparentSidenav, whiteSidenav, miniSidenav, darkMode} = ownerState; - const sidebarWidth = 275; + const sidebarWidth = 245; const {transparent, gradients, white, background} = palette; const {xxl} = boxShadows; const {pxToRem, linearGradient} = functions;