Skip to content

Commit da474ce

Browse files
committed
Adding fixes to the card layout in dark mode
1 parent c035ae3 commit da474ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/css/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ html {
5555
--primary-foreground: 0 0% 9%;
5656
--secondary: 0 0% 14.9%;
5757
--secondary-foreground: 0 0% 98%;
58-
--muted: 0 0% 14.9%;
58+
--muted: 0 0% 6.9%;
5959
--muted-foreground: 0 0% 63.9%;
6060
--accent: 0 0% 14.9%;
6161
--accent-foreground: 0 0% 98%;

resources/js/layouts/auth/AuthCardLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defineProps<{
1414
<div class="flex w-full max-w-md flex-col gap-6">
1515
<Link :href="route('home')" class="flex items-center gap-2 self-center font-medium">
1616
<div class="flex h-9 w-9 items-center justify-center">
17-
<AppLogoIcon class="size-9 fill-current text-black" />
17+
<AppLogoIcon class="size-9 fill-current text-black dark:text-white" />
1818
</div>
1919
</Link>
2020

0 commit comments

Comments
 (0)