Skip to content

Commit ac39783

Browse files
committed
run format
1 parent 2facc5e commit ac39783

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

resources/css/app.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
color utility to any element that depends on these defaults.
6868
*/
6969
@layer base {
70-
7170
*,
7271
::after,
7372
::before,
@@ -156,4 +155,4 @@
156155
body {
157156
@apply bg-background text-foreground;
158157
}
159-
}
158+
}

resources/js/components/app-header.tsx

Lines changed: 1 addition & 1 deletion
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-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" />

resources/js/components/delete-user.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { useForm } from '@inertiajs/react';
22
import { FormEventHandler, useRef } from 'react';
33

4-
// Components...
54
import InputError from '@/components/input-error';
65
import { Button } from '@/components/ui/button';
76
import { Input } from '@/components/ui/input';

0 commit comments

Comments
 (0)