Skip to content

Commit 5372068

Browse files
GiannisGialamasIoanni Gialamas
and
Ioanni Gialamas
authored
style: fix dark mode for header layout (#27)
Co-authored-by: Ioanni Gialamas <[email protected]>
1 parent 6e145d9 commit 5372068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/app-header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function AppHeader({ breadcrumbs = [] }: AppHeaderProps) {
5858
<Menu className="h-5 w-5" />
5959
</Button>
6060
</SheetTrigger>
61-
<SheetContent side="left" className="flex h-full w-64 flex-col items-stretch justify-between bg-neutral-50">
61+
<SheetContent side="left" className="flex h-full w-64 flex-col items-stretch justify-between bg-sidebar">
6262
<SheetTitle className="sr-only">Navigation Menu</SheetTitle>
6363
<SheetHeader className="flex justify-start text-left">
6464
<AppLogoIcon className="h-6 w-6 fill-current text-black dark:text-white" />

0 commit comments

Comments
 (0)