We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655e307 commit 693620eCopy full SHA for 693620e
packages/frontend/src/components/Editor/styles.ts
@@ -35,7 +35,8 @@ export const editorStyles = {
35
position: 'absolute' as FlexProps['position'],
36
bg: 'white',
37
borderRadius: 'none',
38
- boxShadow: 'lg',
+ borderLeftWidth: '1px',
39
+ borderLeftColor: 'base.divider.medium',
40
opacity: 0,
41
right: 0,
42
minWidth: EDITOR_RIGHT_DRAWER_WIDTH,
0 commit comments