Skip to content

Commit 47d713a

Browse files
committed
fix: missing sidebar background color
1 parent 1c37173 commit 47d713a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

apps/frontend/app/assets/css/shadcn.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131

3232
--radius: 10px;
3333

34-
--sidebar-background: 0 0% 98%;
34+
--sidebar: 0 0% 98%;
35+
--sidebar-background: var(--sidebar);
3536
--sidebar-foreground: 240 5.3% 26.1%;
3637
--sidebar-primary: 240 5.9% 10%;
3738
--sidebar-primary-foreground: 0 0% 98%;
@@ -70,7 +71,8 @@
7071

7172
--ring: var(--primary);
7273

73-
--sidebar-background: 240 5.9% 10%;
74+
--sidebar: 240 5.9% 10%;
75+
--sidebar-background: var(--sidebar);
7476
--sidebar-foreground: 240 4.8% 95.9%;
7577
--sidebar-primary: 224.3 76.3% 48%;
7678
--sidebar-primary-foreground: 0 0% 100%;

0 commit comments

Comments
 (0)