소스 검색

🎨 style(ui): Modify the sidebar background color to match the theme color

Apple\Apple 9 달 전
부모
커밋
16ad2d48d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/src/components/SiderBar.js

+ 1 - 1
web/src/components/SiderBar.js

@@ -357,7 +357,7 @@ const SiderBar = () => {
         style={{
           width: isCollapsed ? '60px' : '200px',
           borderRight: '1px solid var(--semi-color-border)',
-          background: 'var(--semi-color-bg-1)',
+          background: 'var(--semi-color-bg-0)',
           borderRadius: styleState.isMobile ? '0' : '0 8px 8px 0',
           position: 'relative',
           zIndex: 95,