@clidey/ux 0.21.0 → 0.21.1
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
|
@@ -3058,7 +3058,7 @@ const It = () => {
|
|
|
3058
3058
|
function vo() {
|
|
3059
3059
|
const { setTheme: e } = It();
|
|
3060
3060
|
return /* @__PURE__ */ i(He, { children: [
|
|
3061
|
-
/* @__PURE__ */ a(Fe, { children: /* @__PURE__ */ i(J, { variant: "outline", size: "icon", children: [
|
|
3061
|
+
/* @__PURE__ */ a(Fe, { children: /* @__PURE__ */ i(J, { variant: "outline", size: "icon", className: "relative", children: [
|
|
3062
3062
|
/* @__PURE__ */ a(Q, { className: "h-[1.2rem] w-[1.2rem] scale-100 rotate-0 transition-all dark:scale-0 dark:-rotate-90" }),
|
|
3063
3063
|
/* @__PURE__ */ a(Z, { className: "absolute h-[1.2rem] w-[1.2rem] scale-0 rotate-90 transition-all dark:scale-100 dark:rotate-0" }),
|
|
3064
3064
|
/* @__PURE__ */ a("span", { className: "sr-only", children: "Toggle theme" })
|