orphos 0.53.0 → 0.53.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/sidebar.js +1 -1
- package/package.json +1 -1
package/dist/sidebar.js
CHANGED
|
@@ -292,7 +292,7 @@ function SidebarMenu({ className, ...props }) {
|
|
|
292
292
|
return /*#__PURE__*/ jsx("ul", {
|
|
293
293
|
"data-slot": "sidebar-menu",
|
|
294
294
|
"data-sidebar": "menu",
|
|
295
|
-
className: cn("flex w-full min-w-0 flex-col gap-0", className),
|
|
295
|
+
className: cn("flex w-full min-w-0 flex-col gap-0.5", className),
|
|
296
296
|
...props
|
|
297
297
|
});
|
|
298
298
|
}
|