evelearn-theme 2.0.44 → 2.0.45
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/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1390,7 +1390,7 @@ var ToggleSwitch = /* @__PURE__ */ __name(function(param) {
|
|
|
1390
1390
|
onChange: handleChange
|
|
1391
1391
|
}),
|
|
1392
1392
|
/* @__PURE__ */ jsxRuntime.jsx("div", {
|
|
1393
|
-
className: tw("w-10 h-6 rounded-full p-
|
|
1393
|
+
className: tw("w-10 h-6 rounded-full p-1 transition-colors duration-300", value ? "bg-primary" : "dark:bg-slate-950 bg-stone-400"),
|
|
1394
1394
|
children: /* @__PURE__ */ jsxRuntime.jsx(framerMotion.motion.div, {
|
|
1395
1395
|
className: "w-4 h-4 bg-white rounded-full absolute top-1",
|
|
1396
1396
|
initial: false,
|
package/dist/index.mjs
CHANGED
|
@@ -1381,7 +1381,7 @@ var ToggleSwitch = /* @__PURE__ */ __name(function(param) {
|
|
|
1381
1381
|
onChange: handleChange
|
|
1382
1382
|
}),
|
|
1383
1383
|
/* @__PURE__ */ jsx("div", {
|
|
1384
|
-
className: tw("w-10 h-6 rounded-full p-
|
|
1384
|
+
className: tw("w-10 h-6 rounded-full p-1 transition-colors duration-300", value ? "bg-primary" : "dark:bg-slate-950 bg-stone-400"),
|
|
1385
1385
|
children: /* @__PURE__ */ jsx(motion.div, {
|
|
1386
1386
|
className: "w-4 h-4 bg-white rounded-full absolute top-1",
|
|
1387
1387
|
initial: false,
|