Change fontsize of dropdown items
Signed-off-by: hiba-aldalaty <hibaaldalaty@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user