@dilipod/ui 0.4.10 → 0.4.11
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/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/sidebar.tsx +1 -1
package/package.json
CHANGED
|
@@ -119,7 +119,7 @@ const Sidebar = React.forwardRef<HTMLElement, SidebarProps>(
|
|
|
119
119
|
<aside
|
|
120
120
|
ref={ref}
|
|
121
121
|
className={cn(
|
|
122
|
-
'relative flex h-full w-60 flex-col border-r bg-background
|
|
122
|
+
'relative flex h-full w-60 flex-col border-r border-border bg-background',
|
|
123
123
|
className
|
|
124
124
|
)}
|
|
125
125
|
{...props}
|