@youngonesworks/ui 0.1.132 → 0.1.134
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles/typography.css +2 -4
- package/dist/styles/utilities.css +6 -0
- package/package.json +7 -8
package/dist/index.cjs
CHANGED
|
@@ -793,7 +793,7 @@ const Badge = ({ styleVariant = COLOR.ACCENT_BLUE, className, favorite, children
|
|
|
793
793
|
...props,
|
|
794
794
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
795
795
|
"data-testid": "badge-content",
|
|
796
|
-
className: cn("block h-5 overflow-hidden text-ellipsis whitespace-nowrap", { "flex items-center": favorite }),
|
|
796
|
+
className: cn("block h-5 overflow-hidden text-ellipsis whitespace-nowrap text-inherit", { "flex items-center": favorite }),
|
|
797
797
|
children
|
|
798
798
|
})
|
|
799
799
|
});
|