Skip to content

Commit 4bd847b

Browse files
committed
don't override the stage editor container background colour in darkmode
1 parent 551cea8 commit 4bd847b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/compass-aggregations/src/components/stage-editor/stage-editor.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ const editorContainerStyles = css({
3636
height: '100%',
3737
});
3838

39-
const editorContainerStylesDark = css({
40-
background: palette.gray.dark4,
41-
});
39+
const editorContainerStylesDark = css({});
4240

4341
const editorContainerStylesLight = css({
4442
background: palette.gray.light3,

0 commit comments

Comments
 (0)