File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export const AvatarHolder: FC<{
70
70
) }
71
71
< Avatar . Fallback
72
72
className = { clsx (
73
- 'flex h-full w-full items-center justify-center bg-gray-200 text-base font-medium leading-none text-pink-500' ,
73
+ 'bg-backgroundSecondary flex h-full w-full items-center justify-center text-base font-medium leading-none text-pink-500' ,
74
74
size === 'compact' && '!text-[0.6em]'
75
75
) }
76
76
delayMs = { 0 }
Original file line number Diff line number Diff line change 31
31
32
32
@media (prefers-color-scheme : dark) {
33
33
: root {
34
- --background : 222.2 47.4% 11.2% ;
35
- --foreground : 210 40% 98% ;
36
- --card : 222.2 47.4% 11.2% ;
37
- --card-foreground : 210 40% 98% ;
38
- --border : 214.3 31.8% 15.3% ;
34
+ --background : 240 8% 7% ;
35
+ --background-secondary : 240 5% 15% ;
36
+ --foreground : 240 9% 75% ;
37
+ --border : 240 5% 15% ;
39
38
}
40
39
}
41
40
}
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ export default {
8
8
input : 'hsl(var(--input))' ,
9
9
ring : 'hsl(var(--ring))' ,
10
10
background : 'hsl(var(--background))' ,
11
+ backgroundSecondary : 'hsl(var(--background-secondary))' ,
11
12
foreground : 'hsl(var(--foreground))' ,
12
13
primary : {
13
14
DEFAULT : 'hsl(var(--primary))' ,
You can’t perform that action at this time.
0 commit comments