@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 CHANGED
@@ -1426,7 +1426,7 @@ var AppShell = ({
1426
1426
  showNavbarHamburger && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
1427
1427
  "button",
1428
1428
  {
1429
- className: "p-2 rounded-lg hover:bg-[hsl(var(--accent))] transition-colors",
1429
+ className: "p-2 rounded-lg hover:bg-[hsl(var(--accent))] transition-colors text-[hsl(var(--foreground))]",
1430
1430
  onClick: () => setNavbarOpen(true),
1431
1431
  "aria-label": "Open navigation",
1432
1432
  children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(MenuIcon, { size: "md" })
@@ -1435,7 +1435,7 @@ var AppShell = ({
1435
1435
  showAsideHamburger && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
1436
1436
  "button",
1437
1437
  {
1438
- className: "p-2 rounded-lg hover:bg-[hsl(var(--accent))] transition-colors",
1438
+ className: "p-2 rounded-lg hover:bg-[hsl(var(--accent))] transition-colors text-[hsl(var(--foreground))]",
1439
1439
  onClick: () => setAsideOpen(true),
1440
1440
  "aria-label": "Open sidebar",
1441
1441
  children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(MenuIcon, { size: "md" })
@@ -1486,7 +1486,7 @@ var AppShell = ({
1486
1486
  showNavbarHamburger && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
1487
1487
  "button",
1488
1488
  {
1489
- className: "p-2 rounded-lg hover:bg-[hsl(var(--accent))] transition-colors",
1489
+ className: "p-2 rounded-lg hover:bg-[hsl(var(--accent))] transition-colors text-[hsl(var(--foreground))]",
1490
1490
  onClick: () => setNavbarOpen(true),
1491
1491
  "aria-label": "Open navigation",
1492
1492
  children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(MenuIcon, { size: "md" })
@@ -1495,7 +1495,7 @@ var AppShell = ({
1495
1495
  showAsideHamburger && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
1496
1496
  "button",
1497
1497
  {
1498
- className: "p-2 rounded-lg hover:bg-[hsl(var(--accent))] transition-colors",
1498
+ className: "p-2 rounded-lg hover:bg-[hsl(var(--accent))] transition-colors text-[hsl(var(--foreground))]",
1499
1499
  onClick: () => setAsideOpen(true),
1500
1500
  "aria-label": "Open sidebar",
1501
1501
  children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(MenuIcon, { size: "md" })