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}
>
)}