mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(ui): improve tab badge styling (#16507)
This commit is contained in:
@@ -70,12 +70,17 @@ const useStyles = makeStyles()(theme => {
|
|||||||
},
|
},
|
||||||
|
|
||||||
badge: {
|
badge: {
|
||||||
...withPixelLineHeight(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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user