feat(participants-pane) Design update (#13162)

Move ListItem to base/ui
This commit is contained in:
Robert Pintilii
2023-04-04 13:02:45 +03:00
committed by GitHub
parent 7457480f02
commit db5e63411f
15 changed files with 106 additions and 69 deletions

View File

@@ -106,10 +106,6 @@ export const commonStyles = (theme: Theme) => {
}
},
'.participant-avatar': {
margin: `${theme.spacing(2)} ${theme.spacing(3)} ${theme.spacing(2)} 0`
},
'.prejoin-dialog': {
backgroundColor: theme.palette.uiBackground,
boxShadow: '0px 2px 20px rgba(0, 0, 0, 0.5)',