Skip to content

Commit

Permalink
[AvatarGroup] Fix spacing CSS variable (#44202)
Browse files Browse the repository at this point in the history
  • Loading branch information
navedqb authored Oct 25, 2024
1 parent e0f56a0 commit 682b19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/AvatarGroup/AvatarGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const AvatarGroup = React.forwardRef(function AvatarGroup(inProps, ref) {
additionalProps: {
variant,
style: {
'--AvatarRoot-spacing': marginValue ? `${marginValue}px` : undefined,
'--AvatarGroup-spacing': marginValue ? `${marginValue}px` : undefined,
...other.style,
},
},
Expand Down

0 comments on commit 682b19f

Please sign in to comment.