mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-21 16:27:48 +00:00
[WIP] feat(ui) add semantic tokens (#16772)
This commit is contained in:
@@ -56,11 +56,11 @@ const useStyles = makeStyles()(theme => {
|
||||
width: '100%',
|
||||
boxSizing: 'border-box',
|
||||
borderRadius: theme.shape.borderRadius,
|
||||
backgroundColor: theme.palette.uiBackground,
|
||||
backgroundColor: theme.palette.deviceSelectorTextBackground,
|
||||
padding: '10px 16px',
|
||||
textAlign: 'center',
|
||||
...theme.typography.bodyShortRegular,
|
||||
border: `1px solid ${theme.palette.ui03}`
|
||||
border: `1px solid ${theme.palette.deviceSelectorBorder}`
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user