Fix count avatar color + align thread preview items (#3695)
Fix count avatar and align items Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
@ -40,7 +40,7 @@ export const WorkspaceMemberCard = ({
|
||||
<StyledContainer>
|
||||
<Avatar
|
||||
avatarUrl={workspaceMember.avatarUrl}
|
||||
colorId={workspaceMember.id}
|
||||
entityId={workspaceMember.id}
|
||||
placeholder={workspaceMember.name.firstName || ''}
|
||||
type="squared"
|
||||
size="xl"
|
||||
|
||||
Reference in New Issue
Block a user