@youngonesworks/ui 0.1.133 → 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.js CHANGED
@@ -771,7 +771,7 @@ const Badge = ({ styleVariant = COLOR.ACCENT_BLUE, className, favorite, children
771
771
  ...props,
772
772
  children: /* @__PURE__ */ jsx("span", {
773
773
  "data-testid": "badge-content",
774
- className: cn("block h-5 overflow-hidden text-ellipsis whitespace-nowrap", { "flex items-center": favorite }),
774
+ className: cn("block h-5 overflow-hidden text-ellipsis whitespace-nowrap text-inherit", { "flex items-center": favorite }),
775
775
  children
776
776
  })
777
777
  });