mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 17:08:57 +01:00
Fix contact icon in call participants list
This commit is contained in:
@@ -4404,6 +4404,7 @@ button.module-image__border-overlay:focus {
|
||||
}
|
||||
|
||||
&__contact-icon {
|
||||
margin-inline-start: 0.3em;
|
||||
background-color: $color-gray-25;
|
||||
}
|
||||
|
||||
|
||||
@@ -134,13 +134,10 @@ export const CallingParticipantsList = React.memo(
|
||||
title={participant.title}
|
||||
/>
|
||||
{isInSystemContacts(participant) ? (
|
||||
<span>
|
||||
{' '}
|
||||
<InContactsIcon
|
||||
className="module-calling-participants-list__contact-icon"
|
||||
i18n={i18n}
|
||||
/>
|
||||
</span>
|
||||
<InContactsIcon
|
||||
className="module-calling-participants-list__contact-icon"
|
||||
i18n={i18n}
|
||||
/>
|
||||
) : null}
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user