fix: 906 edit avatar style (#923)
* fix: 906 edit avatar style * fix: 906 add avatar size enum and mapping for font and height * fix: 906 remove unused vars
This commit is contained in:
@ -54,7 +54,7 @@ export function EntityChip({
|
||||
avatarUrl={pictureUrl}
|
||||
colorId={entityId}
|
||||
placeholder={name}
|
||||
size={14}
|
||||
size="sm"
|
||||
type={avatarType}
|
||||
/>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user