We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c035ae3 commit da474ceCopy full SHA for da474ce
resources/css/app.css
@@ -55,7 +55,7 @@ html {
55
--primary-foreground: 0 0% 9%;
56
--secondary: 0 0% 14.9%;
57
--secondary-foreground: 0 0% 98%;
58
- --muted: 0 0% 14.9%;
+ --muted: 0 0% 6.9%;
59
--muted-foreground: 0 0% 63.9%;
60
--accent: 0 0% 14.9%;
61
--accent-foreground: 0 0% 98%;
resources/js/layouts/auth/AuthCardLayout.vue
@@ -14,7 +14,7 @@ defineProps<{
14
<div class="flex w-full max-w-md flex-col gap-6">
15
<Link :href="route('home')" class="flex items-center gap-2 self-center font-medium">
16
<div class="flex h-9 w-9 items-center justify-center">
17
- <AppLogoIcon class="size-9 fill-current text-black" />
+ <AppLogoIcon class="size-9 fill-current text-black dark:text-white" />
18
</div>
19
</Link>
20
0 commit comments