Skip to content

Commit 57aeb1d

Browse files
No bg on active item in header layout
1 parent c6bb63b commit 57aeb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/app-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const rightNavItems: NavItem[] = [
3636
},
3737
];
3838

39-
const activeItemStyles = 'bg-neutral-100 text-neutral-900 dark:bg-neutral-800 dark:text-neutral-100';
39+
const activeItemStyles = 'text-neutral-900 dark:bg-neutral-800 dark:text-neutral-100';
4040

4141
interface AppHeaderProps {
4242
breadcrumbs?: BreadcrumbItem[];

0 commit comments

Comments
 (0)