Change background of the "muted" icon
This commit is contained in:
parent
3cc541db82
commit
8f675cdc16
4 changed files with 55 additions and 15 deletions
|
@ -273,11 +273,7 @@ export const GroupCallRemoteParticipant: React.FC<PropsType> = React.memo(
|
|||
{!props.isInPip && (
|
||||
<div
|
||||
className={classNames(
|
||||
'module-ongoing-call__group-call-remote-participant__info',
|
||||
{
|
||||
'module-ongoing-call__group-call-remote-participant__info--audio-muted':
|
||||
!hasRemoteAudio,
|
||||
}
|
||||
'module-ongoing-call__group-call-remote-participant__info'
|
||||
)}
|
||||
>
|
||||
<ContactName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue