@julseb-lib/react 0.1.61 → 0.1.62

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
@@ -5210,7 +5210,7 @@ var InputCheck = ({
5210
5210
  className: clsx(
5211
5211
  "inline-flex items-start gap-1 outline-none cursor-pointer",
5212
5212
  variant === "tile" && [
5213
- "w-full border-gray-200 border p-2 rounded-lg",
5213
+ "w-full border-gray-200 border p-2 rounded-lg bg-background",
5214
5214
  "has-[input:checked]:border-primary-500",
5215
5215
  validation === false && "has-[input:checked]:border-danger-500",
5216
5216
  disabled && "has-[input:checked]:border-gray-500"