diff --git a/stylesheets/components/ComposeStepButton.scss b/stylesheets/components/ComposeStepButton.scss
index 48d35f6ad..8bb8b5db9 100644
--- a/stylesheets/components/ComposeStepButton.scss
+++ b/stylesheets/components/ComposeStepButton.scss
@@ -34,6 +34,17 @@
}
}
+ // Calls Tab avatars are 36px
+ &--call-link {
+ width: 36px;
+ height: 36px;
+ border-radius: 9999px;
+ }
+
+ &--call-link::before {
+ -webkit-mask-image: url('../images/icons/v3/link/link.svg');
+ }
+
&--group::before {
-webkit-mask-image: url('../images/icons/v3/group/group.svg');
}
diff --git a/ts/components/CallsList.tsx b/ts/components/CallsList.tsx
index 3e9f8c016..aa031f6c1 100644
--- a/ts/components/CallsList.tsx
+++ b/ts/components/CallsList.tsx
@@ -683,17 +683,7 @@ export function CallsList({
}
leading={
-
+
}
onClick={onCreateCallLink}
/>