File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/dashboard/components/layout/navigation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export function NavigationItem({
8080 < div
8181 aria-disabled = "true"
8282 className = { cn (
83- 'group flex items-center gap-3 px-6 py-2 text-sm transition-colors' ,
83+ 'group flex items-center gap-3 px-3 py-2 text-sm transition-colors' ,
8484 'cursor-not-allowed text-muted-foreground/50'
8585 ) }
8686 >
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ export const NavigationSection = memo(function NavigationSectionComponent({
112112 return (
113113 < div className = "border-muted-foreground/20 border-b border-dotted last:border-b-0" >
114114 < button
115- className = "flex w-full items-center gap-3 px-4 py-2 text-left font-medium text-foreground text-sm transition-colors hover:bg-muted/50 focus:outline-none"
115+ className = "flex w-full items-center gap-3 px-2 py-2 text-left font-medium text-foreground text-sm transition-colors hover:bg-muted/50 focus:outline-none"
116116 onClick = { ( ) => toggleAccordion ( title , true ) }
117117 type = "button"
118118 >
You can’t perform that action at this time.
0 commit comments