fix: update sidebar shadow (#323)

This commit is contained in:
zuomeng wang
2022-08-24 15:38:58 +08:00
committed by GitHub
parent 617e9a0612
commit dad12b2a79
2 changed files with 5 additions and 2 deletions
@@ -175,7 +175,7 @@ const WorkspaceSidebar = styled('div')(({ theme }) => ({
width: 300,
minWidth: 300,
borderRadius: '0px 10px 10px 0px',
boxShadow: theme.affine.shadows.shadow1,
boxShadow: theme.affine.shadows.shadow2,
backgroundColor: '#FFFFFF',
transitionProperty: 'left',
transitionDuration: '0.35s',