File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 6767 color utility to any element that depends on these defaults.
6868*/
6969@layer base {
70-
7170 * ,
7271 ::after ,
7372 ::before ,
156155 body {
157156 @apply bg-background text-foreground;
158157 }
159- }
158+ }
Original file line number Diff line number Diff 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-sidebar " >
61+ < SheetContent side = "left" className = "bg-sidebar flex h-full w-64 flex-col items-stretch justify-between" >
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" />
Original file line number Diff line number Diff line change 11import { useForm } from '@inertiajs/react' ;
22import { FormEventHandler , useRef } from 'react' ;
33
4- // Components...
54import InputError from '@/components/input-error' ;
65import { Button } from '@/components/ui/button' ;
76import { Input } from '@/components/ui/input' ;
You can’t perform that action at this time.
0 commit comments