diff --git a/src/components/sidebar/style.module.scss b/src/components/sidebar/style.module.scss index 05abb659bed17..997651ea59739 100644 --- a/src/components/sidebar/style.module.scss +++ b/src/components/sidebar/style.module.scss @@ -7,7 +7,7 @@ .sidebar { --sidebar-item-bg-hover: var(--accent-purple-light); --sidebar-item-color: var(--accent-purple); - background-color: var(--color-page-background); + background-color: var(--gray-1); top: var(--header-height); bottom: 0; flex-direction: column;