Skip to content

Commit 405698e

Browse files
committed
submitting card auth ui
1 parent 69fe982 commit 405698e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

resources/css/app.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
color utility to any element that depends on these defaults.
6767
*/
6868
@layer base {
69+
6970
*,
7071
::after,
7172
::before,
@@ -122,7 +123,7 @@
122123
--primary-foreground: hsl(0, 0%, 9%);
123124
--secondary: hsl(0, 0%, 14.9%);
124125
--secondary-foreground: hsl(0, 0%, 98%);
125-
--muted: hsl(0, 0%, 14.9%);
126+
--muted: hsl(0, 0%, 6.9%);
126127
--muted-foreground: hsl(0, 0%, 63.9%);
127128
--accent: hsl(0, 0%, 14.9%);
128129
--accent-foreground: hsl(0, 0%, 98%);
@@ -154,4 +155,4 @@
154155
body {
155156
@apply bg-background text-foreground;
156157
}
157-
}
158+
}

resources/js/layouts/auth/auth-card-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function AuthCardLayout({
1616
<div className="flex w-full max-w-md flex-col gap-6">
1717
<a href="#" className="flex items-center gap-2 self-center font-medium">
1818
<div className="flex h-9 w-9 items-center justify-center">
19-
<AppLogoIcon className="size-9 fill-current text-black" />
19+
<AppLogoIcon className="size-9 fill-current text-black dark:text-white" />
2020
</div>
2121
</a>
2222

0 commit comments

Comments
 (0)