Skip to content

Commit 09f2f7d

Browse files
authored
fix sidebar bg (#12014)
1 parent 242d273 commit 09f2f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sidebar/style.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.sidebar {
88
--sidebar-item-bg-hover: var(--accent-purple-light);
99
--sidebar-item-color: var(--accent-purple);
10-
background-color: var(--color-page-background);
10+
background-color: var(--gray-1);
1111
top: var(--header-height);
1212
bottom: 0;
1313
flex-direction: column;

0 commit comments

Comments
 (0)