mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 03:42:30 +00:00
[WIP] feat(ui) add semantic tokens (#16772)
This commit is contained in:
@@ -32,7 +32,7 @@ const useStyles = makeStyles()(theme => {
|
||||
borderRadius: '3px',
|
||||
overflow: 'hidden',
|
||||
marginBottom: theme.spacing(4),
|
||||
backgroundColor: theme.palette.uiBackground
|
||||
backgroundColor: theme.palette.deviceSelectorVideoPreview
|
||||
},
|
||||
|
||||
video: {
|
||||
@@ -42,7 +42,7 @@ const useStyles = makeStyles()(theme => {
|
||||
},
|
||||
|
||||
errorText: {
|
||||
color: theme.palette.text01,
|
||||
color: theme.palette.deviceSelectorText,
|
||||
left: 0,
|
||||
position: 'absolute',
|
||||
right: 0,
|
||||
|
||||
Reference in New Issue
Block a user