We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02bac8c commit 2ea7cf8Copy full SHA for 2ea7cf8
apps/dashboard/components/layout/category-sidebar.tsx
@@ -82,7 +82,7 @@ export function CategorySidebar({
82
<TooltipTrigger asChild>
83
<button
84
className={cn(
85
- 'flex items-center justify-center px-4 py-2 transition-colors hover:bg-muted/50',
+ 'flex items-center justify-center px-3 py-2 transition-colors hover:bg-muted/50',
86
'focus:outline-none',
87
isActive && 'bg-muted text-foreground'
88
)}
0 commit comments