fix: fixing the sidebar link issue

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-12-21 16:11:53 +01:00
parent 822d46d4b0
commit df9864ab8a
@@ -63,6 +63,9 @@ const useStyles = makeStyles<BackstageTheme, { sidebarConfig: SidebarConfig }>(
'&::-webkit-scrollbar': {
display: 'none',
},
'& .MuiButtonBase-root': {
textTransform: 'none',
},
}),
drawerOpen: props => ({
width: props.sidebarConfig.drawerWidthOpen,