Skip to content

Commit

Permalink
refactor(ui5-avatar-group): reduce overlap size in group mode (#9689)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrinyonkov authored Aug 14, 2024
1 parent c07e149 commit 2cb21f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/AvatarGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const AVATAR_GROUP_OVERFLOW_BTN_SELECTOR = `.${OVERFLOW_BTN_CLASS}`;
const offsets = {
[AvatarSize.XS]: {
[AvatarGroupType.Individual]: "0.0625rem",
[AvatarGroupType.Group]: "-0.75rem",
[AvatarGroupType.Group]: "-0.5rem",
},
[AvatarSize.S]: {
[AvatarGroupType.Individual]: "0.125rem",
Expand Down

0 comments on commit 2cb21f4

Please sign in to comment.