Change background of the "muted" icon

This commit is contained in:
Fedor Indutny 2022-05-09 16:51:57 -07:00 committed by GitHub
parent 3cc541db82
commit 8f675cdc16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 55 additions and 15 deletions

View file

@ -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