We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e4f34 commit b31bc36Copy full SHA for b31bc36
1 file changed
src/layout/Dashboard/Header/AppBarStyled.jsx
@@ -17,7 +17,7 @@ const AppBarStyled = styled(AppBar, { shouldForwardProp: (prop) => prop !== 'ope
17
duration: theme.transitions.duration.leavingScreen
18
}),
19
...(!open && {
20
- width: `calc(100% - ${theme.spacing(7.5)})`
+ width: `calc(100%)`
21
22
...(open && {
23
marginLeft: drawerWidth,
0 commit comments