Skip to content

Commit e1f7159

Browse files
huv1ktimsuchanek
authored andcommitted
Fix settings (#806)
1 parent fd6957f commit e1f7159

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/graphql-playground-react/src/components/Playground/ConfigEditor.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,7 @@ const Editor = styled.div`
177177
flex: 1;
178178
height: 100%;
179179
position: relative;
180+
.CodeMirror-linenumbers {
181+
background: ${p => p.theme.editorColours.resultBackground};
182+
}
180183
`

0 commit comments

Comments
 (0)