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 66
66
color utility to any element that depends on these defaults.
67
67
*/
68
68
@layer base {
69
+
69
70
* ,
70
71
::after ,
71
72
::before ,
122
123
--primary-foreground : hsl (0 , 0% , 9% );
123
124
--secondary : hsl (0 , 0% , 14.9% );
124
125
--secondary-foreground : hsl (0 , 0% , 98% );
125
- --muted : hsl (0 , 0% , 14 .9% );
126
+ --muted : hsl (0 , 0% , 6 .9% );
126
127
--muted-foreground : hsl (0 , 0% , 63.9% );
127
128
--accent : hsl (0 , 0% , 14.9% );
128
129
--accent-foreground : hsl (0 , 0% , 98% );
154
155
body {
155
156
@apply bg-background text-foreground;
156
157
}
157
- }
158
+ }
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default function AuthCardLayout({
16
16
< div className = "flex w-full max-w-md flex-col gap-6" >
17
17
< a href = "#" className = "flex items-center gap-2 self-center font-medium" >
18
18
< 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 " />
20
20
</ div >
21
21
</ a >
22
22
You can’t perform that action at this time.
0 commit comments