Skip to content

Commit c750ea9

Browse files
authored
fix(ui): Fix Sidebar not having a background color (#11347)
1 parent bce90b2 commit c750ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/sidebar/style.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +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);
1011
top: var(--header-height);
1112
bottom: 0;
1213
flex-direction: column;

0 commit comments

Comments
 (0)