@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dilipod/ui",
3
- "version": "0.4.10",
3
+ "version": "0.4.11",
4
4
  "description": "Dilipod Design System - Shared UI components and styles",
5
5
  "author": "Dilipod <hello@dilipod.com>",
6
6
  "license": "MIT",
@@ -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/50',
122
+ 'relative flex h-full w-60 flex-col border-r border-border bg-background',
123
123
  className
124
124
  )}
125
125
  {...props}