Style create call link icon like chat tab buttons
This commit is contained in:
parent
7431afa206
commit
ed47967c7f
2 changed files with 12 additions and 11 deletions
|
@ -683,17 +683,7 @@ export function CallsList({
|
|||
</span>
|
||||
}
|
||||
leading={
|
||||
<Avatar
|
||||
acceptedMessageRequest
|
||||
conversationType="callLink"
|
||||
i18n={i18n}
|
||||
isMe={false}
|
||||
title=""
|
||||
sharedGroupNames={[]}
|
||||
size={AvatarSize.THIRTY_SIX}
|
||||
badge={undefined}
|
||||
className="CallsList__ItemAvatar"
|
||||
/>
|
||||
<i className="ComposeStepButton__icon ComposeStepButton__icon--call-link" />
|
||||
}
|
||||
onClick={onCreateCallLink}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue