Skip to content

Commit

Permalink
Fix css theme override on result window (#1923)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarnier committed Jul 10, 2021
1 parent eb2d91f commit cd68543
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/three-ligers-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'graphiql': patch
---

Fix result window theme
2 changes: 1 addition & 1 deletion packages/graphiql/src/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
}

/* No `.graphiql-container` here so themes can overwrite */
.result-window .CodeMirror {
.result-window .CodeMirror.cm-s-graphiql {
background: #f6f7f8;
}

Expand Down

0 comments on commit cd68543

Please sign in to comment.