fix: code editor search box styling

This commit is contained in:
lohxt1
2024-10-30 16:54:55 +05:30
parent e8530a1022
commit 425c90b6eb
3 changed files with 24 additions and 17 deletions

View File

@@ -75,6 +75,10 @@ const StyledWrapper = styled.div`
.cm-variable-invalid {
color: red;
}
.graphiql-container .CodeMirror-search-hint {
display: block;
}
`;
export default StyledWrapper;