fix(ui): improve tab badge styling (#16507)

This commit is contained in:
Mihaela Dumitru
2025-10-06 13:40:41 +03:00
parent 1b872aadda
commit ccd0999566

View File

@@ -71,11 +71,16 @@ const useStyles = makeStyles()(theme => {
badge: { badge: {
...theme.typography.labelBold, ...theme.typography.labelBold,
color: theme.palette.text04, alignItems: 'center',
padding: `0 ${theme.spacing(1)}`,
borderRadius: '100%',
backgroundColor: theme.palette.warning01, backgroundColor: theme.palette.warning01,
marginLeft: theme.spacing(2) borderRadius: theme.spacing(2),
color: theme.palette.text04,
display: 'inline-flex',
height: theme.spacing(3),
justifyContent: 'center',
marginLeft: theme.spacing(2),
minWidth: theme.spacing(2),
padding: `0 ${theme.spacing(1)}`
}, },
icon: { icon: {