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:
Thomas Trompette
2024-01-30 15:01:12 +01:00
committed by GitHub
parent 84b6bea2b9
commit 511627ccb8
11 changed files with 56 additions and 48 deletions

View File

@ -328,7 +328,7 @@ export const CommandMenu = () => {
<Avatar
type="rounded"
avatarUrl={null}
colorId={person.id}
entityId={person.id}
placeholder={
person.name.firstName +
' ' +
@ -350,7 +350,7 @@ export const CommandMenu = () => {
to={`object/company/${company.id}`}
Icon={() => (
<Avatar
colorId={company.id}
entityId={company.id}
placeholder={company.name}
avatarUrl={getLogoUrlFromDomainName(
company.domainName,