Fixed MobileSidebar

Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
This commit is contained in:
Andre Wanlin
2022-04-04 07:59:37 -05:00
committed by Andre Wanlin
parent d348095890
commit 4de88868b9
@@ -85,14 +85,14 @@ const useStyles = makeStyles<BackstageTheme, { sidebarConfig: SidebarConfig }>(
overlayHeader: {
display: 'flex',
color: theme.palette.bursts.fontColor,
color: theme.palette.text.primary,
alignItems: 'center',
justifyContent: 'space-between',
padding: theme.spacing(2, 3),
},
overlayHeaderClose: {
color: theme.palette.bursts.fontColor,
color: theme.palette.text.primary,
},
marginMobileSidebar: props => ({