fix: sidebar color overlap

This commit is contained in:
Seefs
2025-12-08 21:25:21 +08:00
parent 52c9e0edcf
commit 063597c191
2 changed files with 6 additions and 4 deletions

View File

@@ -377,7 +377,7 @@ const SiderBar = ({ onNavigate = () => {} }) => {
className='sidebar-container'
style={{
width: 'var(--sidebar-current-width)',
background: 'var(--semi-color-bg-0)',
background: 'var(--semi-color-bg-1)',
}}
>
<SkeletonWrapper