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 9f5f340 commit 615b1aeCopy full SHA for 615b1ae
packages/graphql-playground-react/src/components/Playground/EditorWrapper.tsx
@@ -611,6 +611,15 @@ const EditorWrapper = styled.div`
611
width: 20em;
612
}
613
614
+ .CodeMirror-dialog span.CodeMirror-search-label {
615
+ color: ${p => p.theme.colours.text};
616
+ }
617
+
618
+ .CodeMirror-dialog input.CodeMirror-search-field {
619
620
+ background: ${p => p.theme.colours.background};
621
622
623
.CodeMirror-dialog button {
624
font-size: 70%;
625
0 commit comments