@nualang/nualang-ui-components 0.1.1308 → 0.1.1310
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -115,6 +115,7 @@ export default function RecordingCard({
|
|
|
115
115
|
},
|
|
116
116
|
children: [/*#__PURE__*/_jsx(AvatarGroup, {
|
|
117
117
|
max: 4,
|
|
118
|
+
spacing: -3,
|
|
118
119
|
sx: {
|
|
119
120
|
display: "flex",
|
|
120
121
|
"& .MuiAvatar-root": {
|
|
@@ -132,6 +133,7 @@ export default function RecordingCard({
|
|
|
132
133
|
}, attendee?.memberId))
|
|
133
134
|
}), notAttendedMembers.length > 0 && /*#__PURE__*/_jsx(AvatarGroup, {
|
|
134
135
|
max: 4,
|
|
136
|
+
spacing: -3,
|
|
135
137
|
sx: {
|
|
136
138
|
display: "flex",
|
|
137
139
|
ml: 2,
|