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:
@ -64,7 +64,7 @@ export const EntityChip = ({
|
||||
) : (
|
||||
<Avatar
|
||||
avatarUrl={avatarUrl}
|
||||
colorId={entityId}
|
||||
entityId={entityId}
|
||||
placeholder={name}
|
||||
size="sm"
|
||||
type={avatarType}
|
||||
|
||||
@ -99,7 +99,7 @@ export const ShowPageSummaryCard = ({
|
||||
avatarUrl={logoOrAvatar}
|
||||
onClick={onUploadPicture ? handleAvatarClick : undefined}
|
||||
size="xl"
|
||||
colorId={id}
|
||||
entityId={id}
|
||||
placeholder={avatarPlaceholder}
|
||||
type={avatarType}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user