Skip to content

Commit

Permalink
fix(AvatarGroup): avatar in tipseen without image is wrong size (#2353)
Browse files Browse the repository at this point in the history
  • Loading branch information
rivka-ungar authored Aug 12, 2024
1 parent 9077490 commit 3d0cfe6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export const avatarRenderer = (
customSize={AVATAR_GROUP_COUNTER_AVATAR_SIZE}
type={type || avatarProps?.type}
tabIndex={-1}
size={Avatar.sizes.SMALL}
/>
{!displayAsGrid && (
<div id={labelId} className={avatarGroupCounterTooltipContentStyles.tooltipAvatarItemTitle}>
Expand Down

0 comments on commit 3d0cfe6

Please sign in to comment.