infinity-ui-elements 1.9.10 → 1.9.11

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
@@ -4788,7 +4788,7 @@ const switchVariants = cva("relative inline-flex items-center shrink-0 cursor-po
4788
4788
  false: "",
4789
4789
  },
4790
4790
  isDisabled: {
4791
- true: "cursor-not-allowed opacity-60",
4791
+ true: "cursor-not-allowed bg-surface-fill-neutral-moderate",
4792
4792
  false: "",
4793
4793
  },
4794
4794
  isFocused: {