@opencxh/ui-kit 3.57.7 → 3.57.8

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
@@ -416,7 +416,7 @@ const Xe = {
416
416
  // checked fill is the forms-plugin `currentColor`. The plugin's
417
417
  // check glyph is white, so the fill must stay dark in both modes
418
418
  // (accent-fill would invert to near-white in dark → invisible check).
419
- d ? "border-error bg-input text-error focus:border-error focus:ring-error" : "border-neutral bg-input text-[#1a1a1a] focus:border-primary focus:ring-primary",
419
+ d ? "border-error bg-[var(--base-input)] text-error focus:border-error focus:ring-error" : "border-neutral bg-[var(--base-input)] text-[#1a1a1a] focus:border-primary focus:ring-primary",
420
420
  g
421
421
  ),
422
422
  ...y