We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2d91f commit cd68543Copy full SHA for cd68543
2 files changed
.changeset/three-ligers-tie.md
@@ -0,0 +1,5 @@
1
+---
2
+'graphiql': patch
3
4
+
5
+Fix result window theme
packages/graphiql/src/css/app.css
@@ -213,7 +213,7 @@
213
}
214
215
/* No `.graphiql-container` here so themes can overwrite */
216
-.result-window .CodeMirror {
+.result-window .CodeMirror.cm-s-graphiql {
217
background: #f6f7f8;
218
219
0 commit comments