Skip to content

Commit

Permalink
[docs-infra] Square drawer corners
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 14, 2023
1 parent dfc4ffd commit 17e4b50
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/src/modules/components/AppNavDrawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,6 @@ const AppNavPaperComponent = styled('div')(({ theme }) => {
boxShadow: 'none',
boxSizing: 'border-box', // TODO have CssBaseline in the Next.js layout
paddingBottom: theme.spacing(5),
[theme.breakpoints.up('xs')]: {
borderRadius: '0px 10px 10px 0px',
},
[theme.breakpoints.up('sm')]: {
borderRadius: '0px',
},
};
});

Expand Down

0 comments on commit 17e4b50

Please sign in to comment.