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 67
67
color utility to any element that depends on these defaults.
68
68
*/
69
69
@layer base {
70
-
71
70
* ,
72
71
::after ,
73
72
::before ,
156
155
body {
157
156
@apply bg-background text-foreground;
158
157
}
159
- }
158
+ }
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export function AppHeader({ breadcrumbs = [] }: AppHeaderProps) {
58
58
< Menu className = "h-5 w-5" />
59
59
</ Button >
60
60
</ 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" >
62
62
< SheetTitle className = "sr-only" > Navigation Menu</ SheetTitle >
63
63
< SheetHeader className = "flex justify-start text-left" >
64
64
< AppLogoIcon className = "h-6 w-6 fill-current text-black dark:text-white" />
Original file line number Diff line number Diff line change 1
1
import { useForm } from '@inertiajs/react' ;
2
2
import { FormEventHandler , useRef } from 'react' ;
3
3
4
- // Components...
5
4
import InputError from '@/components/input-error' ;
6
5
import { Button } from '@/components/ui/button' ;
7
6
import { Input } from '@/components/ui/input' ;
You can’t perform that action at this time.
0 commit comments