Skip to content

Commit 693620e

Browse files
committed
chore: replace side drawer boxShadow with border
1 parent 655e307 commit 693620e

File tree

1 file changed

+2
-1
lines changed
  • packages/frontend/src/components/Editor

1 file changed

+2
-1
lines changed

packages/frontend/src/components/Editor/styles.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ export const editorStyles = {
3535
position: 'absolute' as FlexProps['position'],
3636
bg: 'white',
3737
borderRadius: 'none',
38-
boxShadow: 'lg',
38+
borderLeftWidth: '1px',
39+
borderLeftColor: 'base.divider.medium',
3940
opacity: 0,
4041
right: 0,
4142
minWidth: EDITOR_RIGHT_DRAWER_WIDTH,

0 commit comments

Comments
 (0)