We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c37173 commit 47d713aCopy full SHA for 47d713a
1 file changed
apps/frontend/app/assets/css/shadcn.css
@@ -31,7 +31,8 @@
31
32
--radius: 10px;
33
34
- --sidebar-background: 0 0% 98%;
+ --sidebar: 0 0% 98%;
35
+ --sidebar-background: var(--sidebar);
36
--sidebar-foreground: 240 5.3% 26.1%;
37
--sidebar-primary: 240 5.9% 10%;
38
--sidebar-primary-foreground: 0 0% 98%;
@@ -70,7 +71,8 @@
70
71
72
--ring: var(--primary);
73
- --sidebar-background: 240 5.9% 10%;
74
+ --sidebar: 240 5.9% 10%;
75
76
--sidebar-foreground: 240 4.8% 95.9%;
77
--sidebar-primary: 224.3 76.3% 48%;
78
--sidebar-primary-foreground: 0 0% 100%;
0 commit comments