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 c6bb63b commit 57aeb1dCopy full SHA for 57aeb1d
resources/js/components/app-header.tsx
@@ -36,7 +36,7 @@ const rightNavItems: NavItem[] = [
36
},
37
];
38
39
-const activeItemStyles = 'bg-neutral-100 text-neutral-900 dark:bg-neutral-800 dark:text-neutral-100';
+const activeItemStyles = 'text-neutral-900 dark:bg-neutral-800 dark:text-neutral-100';
40
41
interface AppHeaderProps {
42
breadcrumbs?: BreadcrumbItem[];
0 commit comments