componenteszw-package 1.0.32 → 1.0.33
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2422,7 +2422,7 @@ function st({ checked: e = !1, onChange: t, labelActivo: n = "Activo", labelInac
|
|
|
2422
2422
|
borderRadius: "9999px",
|
|
2423
2423
|
backgroundColor: "white",
|
|
2424
2424
|
boxShadow: "0 1px 3px rgba(0,0,0,0.2)",
|
|
2425
|
-
transform: o ? "translateX(
|
|
2425
|
+
transform: o ? "translateX(4px)" : "translateX(32px)",
|
|
2426
2426
|
transition: "transform 200ms"
|
|
2427
2427
|
} })
|
|
2428
2428
|
}),
|