Fix contact icon in call participants list
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
parent
47e2afcbfb
commit
8502f69849
2 changed files with 5 additions and 7 deletions
|
@ -4404,6 +4404,7 @@ button.module-image__border-overlay:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
&__contact-icon {
|
&__contact-icon {
|
||||||
|
margin-inline-start: 0.3em;
|
||||||
background-color: $color-gray-25;
|
background-color: $color-gray-25;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -134,13 +134,10 @@ export const CallingParticipantsList = React.memo(
|
||||||
title={participant.title}
|
title={participant.title}
|
||||||
/>
|
/>
|
||||||
{isInSystemContacts(participant) ? (
|
{isInSystemContacts(participant) ? (
|
||||||
<span>
|
<InContactsIcon
|
||||||
{' '}
|
className="module-calling-participants-list__contact-icon"
|
||||||
<InContactsIcon
|
i18n={i18n}
|
||||||
className="module-calling-participants-list__contact-icon"
|
/>
|
||||||
i18n={i18n}
|
|
||||||
/>
|
|
||||||
</span>
|
|
||||||
) : null}
|
) : null}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue