@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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5391,7 +5391,7 @@ var InputCheck = ({
|
|
|
5391
5391
|
className: clsx(
|
|
5392
5392
|
"inline-flex items-start gap-1 outline-none cursor-pointer",
|
|
5393
5393
|
variant === "tile" && [
|
|
5394
|
-
"w-full border-gray-200 border p-2 rounded-lg",
|
|
5394
|
+
"w-full border-gray-200 border p-2 rounded-lg bg-background",
|
|
5395
5395
|
"has-[input:checked]:border-primary-500",
|
|
5396
5396
|
validation === false && "has-[input:checked]:border-danger-500",
|
|
5397
5397
|
disabled && "has-[input:checked]:border-gray-500"
|