Skip to content

Commit 1b25a1c

Browse files
committed
tiny bit betterer
1 parent 2ea7cf8 commit 1b25a1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/dashboard/components/layout/navigation/navigation-item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
>

apps/dashboard/components/layout/navigation/navigation-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
>

0 commit comments

Comments
 (0)