@cntyclub/ui-react 0.10.5 → 0.10.6
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.
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ui/avatar-group.tsx +3 -1
package/dist/index.js
CHANGED
|
@@ -1657,7 +1657,9 @@ function AvatarGroup({
|
|
|
1657
1657
|
"aria-label": `${overflow} more`,
|
|
1658
1658
|
className: cn(
|
|
1659
1659
|
avatarVariants({ size }),
|
|
1660
|
-
|
|
1660
|
+
// Solid neutral fill so the chip reads as a distinct surface in both
|
|
1661
|
+
// themes — the `bg-muted` token is only 4% opacity (near-transparent).
|
|
1662
|
+
"bg-stone-200 font-medium text-stone-600 dark:bg-stone-700 dark:text-stone-200"
|
|
1661
1663
|
),
|
|
1662
1664
|
"data-slot": "avatar-group-overflow",
|
|
1663
1665
|
children: [
|