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 43c9b60 commit 115fd15Copy full SHA for 115fd15
packages/compass-crud/src/components/json-editor.tsx
@@ -37,10 +37,10 @@ const editorStyles = css({
37
38
const editorDarkModeStyles = css({
39
'& .cm-editor': {
40
- backgroundColor: `${palette.gray.dark4} !important`,
+ backgroundColor: `${palette.black} !important`,
41
},
42
'& .cm-gutters': {
43
44
45
});
46
0 commit comments