@qodo/design-system 0.17.4 → 0.17.5

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.esm.js CHANGED
@@ -14708,7 +14708,7 @@ const cR = ({ radioItem: e }) => /* @__PURE__ */ s.jsxs(
14708
14708
  children: /* @__PURE__ */ s.jsx(
14709
14709
  as,
14710
14710
  {
14711
- className: "m-0 rounded-xs py-1.5 px-3 outline-none",
14711
+ className: "m-0 rounded-xs py-1.5 px-3 outline-none text-text-interactive-neutral-idle",
14712
14712
  disabled: e.disabled || e.loading,
14713
14713
  onClick: e.onClick,
14714
14714
  onSelect: e.onSelect,