Commit 324d938d by Apple\Apple

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

parent 603c4e8f
...@@ -357,7 +357,7 @@ const SiderBar = () => { ...@@ -357,7 +357,7 @@ const SiderBar = () => {
style={{ style={{
width: isCollapsed ? '60px' : '200px', width: isCollapsed ? '60px' : '200px',
borderRight: '1px solid var(--semi-color-border)', 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', borderRadius: styleState.isMobile ? '0' : '0 8px 8px 0',
position: 'relative', position: 'relative',
zIndex: 95, zIndex: 95,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment