Skip to content

Commit bc9fe31

Browse files
feat: fix sidebar colors for white background (#813)
1 parent da3a9a7 commit bc9fe31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/css/tailwind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
--chart-3: oklch(0.398 0.07 227.392);
3535
--chart-4: oklch(0.828 0.189 84.429);
3636
--chart-5: oklch(0.769 0.188 70.08);
37-
--sidebar: oklch(0.985 0 0);
37+
--sidebar: oklch(1 0 0);
3838
--sidebar-foreground: oklch(0.145 0 0);
3939
--sidebar-primary: oklch(0.205 0 0);
4040
--sidebar-primary-foreground: oklch(0.985 0 0);

0 commit comments

Comments
 (0)