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

@@ -132,7 +132,7 @@ const useStyles = makeStyles()(theme => {
boxShadow: '0px 1px 2px rgba(41, 41, 41, 0.25)',
color: theme.palette.text01,
...withPixelLineHeight(theme.typography.bodyShortRegular),
marginTop: `${(participantsPaneTheme.panePadding * 2) + theme.typography.bodyShortRegular.fontSize}px`,
marginTop: '48px',
position: 'absolute',
right: `${participantsPaneTheme.panePadding}px`,
top: 0,
@@ -250,8 +250,7 @@ const ContextMenu = ({
: <div
{ ...aria }
aria-label = { accessibilityLabel }
className = { cx(participantsPaneTheme.ignoredChildClassName,
styles.contextMenu,
className = { cx(styles.contextMenu,
isHidden && styles.contextMenuHidden,
className
) }