From e624288b1b4936866c5f898743eedfe3d843d3c2 Mon Sep 17 00:00:00 2001
From: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
Date: Thu, 16 May 2024 09:39:02 -0700
Subject: [PATCH] Fix contact icon in call participants list
---
stylesheets/_modules.scss | 1 +
ts/components/CallingParticipantsList.tsx | 11 ++++-------
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss
index 6d7ca88ee02a..2dc5a06e7aca 100644
--- a/stylesheets/_modules.scss
+++ b/stylesheets/_modules.scss
@@ -4404,6 +4404,7 @@ button.module-image__border-overlay:focus {
}
&__contact-icon {
+ margin-inline-start: 0.3em;
background-color: $color-gray-25;
}
diff --git a/ts/components/CallingParticipantsList.tsx b/ts/components/CallingParticipantsList.tsx
index 085328b5a7af..f2b570488a18 100644
--- a/ts/components/CallingParticipantsList.tsx
+++ b/ts/components/CallingParticipantsList.tsx
@@ -134,13 +134,10 @@ export const CallingParticipantsList = React.memo(
title={participant.title}
/>
{isInSystemContacts(participant) ? (
-
- {' '}
-
-
+
) : null}
>
)}