Change fontsize of dropdown items

Signed-off-by: hiba-aldalaty <hibaaldalaty@gmail.com>
This commit is contained in:
hiba-aldalaty
2021-11-22 15:07:28 +00:00
parent 10376e33c4
commit 1ea036426c
@@ -76,6 +76,7 @@ const useStyles = makeStyles<BackstageTheme>(theme => ({
color: theme.palette.navigation.color,
display: 'flex',
justifyContent: 'center',
fontSize: '14px',
},
}));
@@ -168,7 +169,7 @@ export const SidebarSubItem = ({
onClick={closeSubmenu}
key={key}
>
<Typography variant="subtitle2" className={classes.textContent}>
<Typography className={classes.textContent}>
{object.title}
</Typography>
</Link>