diff --git a/dist/layout.js b/dist/layout.js index e09ae5d..d7fed2c 100644 --- a/dist/layout.js +++ b/dist/layout.js @@ -178,8 +178,8 @@ const RA = ({ position: "absolute", top: 0, bottom: 0, - insetInlineStart: "8px", - insetInlineEnd: "8px", + insetInlineStart: "4px", + insetInlineEnd: "4px", bg: "gray.200", borderRadius: "md", zIndex: 0 @@ -192,7 +192,7 @@ const RA = ({ }, icon: /* @__PURE__ */ e(d, { as: o.icon }), fontSize: "xl", - size: { base: "sm", lg: "lg" }, + size: { base: "sm", lg: "md" }, "aria-label": o.title, "aria-current": A ? "page" : void 0 }; diff --git a/src/layout/Sidebar.jsx b/src/layout/Sidebar.jsx index 6c6ad73..a2926c4 100644 --- a/src/layout/Sidebar.jsx +++ b/src/layout/Sidebar.jsx @@ -79,8 +79,8 @@ const DesktopNavItem = ({ position: "absolute", top: 0, bottom: 0, - insetInlineStart: "8px", - insetInlineEnd: "8px", + insetInlineStart: "4px", + insetInlineEnd: "4px", bg: "gray.200", borderRadius: "md", zIndex: 0, @@ -96,7 +96,7 @@ const DesktopNavItem = ({ icon: , fontSize: "xl", - size: { base: "sm", lg: "lg" }, + size: { base: "sm", lg: "md" }, "aria-label": item.title, "aria-current": isActive ? "page" : undefined, };