@marcoschwartz/lite-ui 0.24.2 → 0.24.3
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 +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1262,7 +1262,7 @@ var AppShell = ({
|
|
|
1262
1262
|
showNavbarHamburger && /* @__PURE__ */ jsx78(
|
|
1263
1263
|
"button",
|
|
1264
1264
|
{
|
|
1265
|
-
className: "p-2 rounded-lg hover:bg-[hsl(var(--accent))] transition-colors",
|
|
1265
|
+
className: "p-2 rounded-lg hover:bg-[hsl(var(--accent))] transition-colors text-[hsl(var(--foreground))]",
|
|
1266
1266
|
onClick: () => setNavbarOpen(true),
|
|
1267
1267
|
"aria-label": "Open navigation",
|
|
1268
1268
|
children: /* @__PURE__ */ jsx78(MenuIcon, { size: "md" })
|
|
@@ -1271,7 +1271,7 @@ var AppShell = ({
|
|
|
1271
1271
|
showAsideHamburger && /* @__PURE__ */ jsx78(
|
|
1272
1272
|
"button",
|
|
1273
1273
|
{
|
|
1274
|
-
className: "p-2 rounded-lg hover:bg-[hsl(var(--accent))] transition-colors",
|
|
1274
|
+
className: "p-2 rounded-lg hover:bg-[hsl(var(--accent))] transition-colors text-[hsl(var(--foreground))]",
|
|
1275
1275
|
onClick: () => setAsideOpen(true),
|
|
1276
1276
|
"aria-label": "Open sidebar",
|
|
1277
1277
|
children: /* @__PURE__ */ jsx78(MenuIcon, { size: "md" })
|
|
@@ -1322,7 +1322,7 @@ var AppShell = ({
|
|
|
1322
1322
|
showNavbarHamburger && /* @__PURE__ */ jsx78(
|
|
1323
1323
|
"button",
|
|
1324
1324
|
{
|
|
1325
|
-
className: "p-2 rounded-lg hover:bg-[hsl(var(--accent))] transition-colors",
|
|
1325
|
+
className: "p-2 rounded-lg hover:bg-[hsl(var(--accent))] transition-colors text-[hsl(var(--foreground))]",
|
|
1326
1326
|
onClick: () => setNavbarOpen(true),
|
|
1327
1327
|
"aria-label": "Open navigation",
|
|
1328
1328
|
children: /* @__PURE__ */ jsx78(MenuIcon, { size: "md" })
|
|
@@ -1331,7 +1331,7 @@ var AppShell = ({
|
|
|
1331
1331
|
showAsideHamburger && /* @__PURE__ */ jsx78(
|
|
1332
1332
|
"button",
|
|
1333
1333
|
{
|
|
1334
|
-
className: "p-2 rounded-lg hover:bg-[hsl(var(--accent))] transition-colors",
|
|
1334
|
+
className: "p-2 rounded-lg hover:bg-[hsl(var(--accent))] transition-colors text-[hsl(var(--foreground))]",
|
|
1335
1335
|
onClick: () => setAsideOpen(true),
|
|
1336
1336
|
"aria-label": "Open sidebar",
|
|
1337
1337
|
children: /* @__PURE__ */ jsx78(MenuIcon, { size: "md" })
|