File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6666 color utility to any element that depends on these defaults.
6767*/
6868@layer base {
69+
6970 * ,
7071 ::after ,
7172 ::before ,
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% );
154155 body {
155156 @apply bg-background text-foreground;
156157 }
157- }
158+ }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments