Skip to content

Commit

Permalink
Add span element to AvatarStackWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Oct 8, 2024
1 parent 9e2ce13 commit dbf6800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/AvatarStack/AvatarStack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ type StyledAvatarStackWrapperProps = {

const AvatarStackWrapper = toggleStyledComponent(
'primer_react_css_modules_team',
'span',
styled.span<StyledAvatarStackWrapperProps>`
--avatar-border-width: 1px;
--avatar-two-margin: calc(var(--avatar-stack-size) * -0.55);
Expand Down

0 comments on commit dbf6800

Please sign in to comment.