Skip to content

Commit

Permalink
Update code editor theme to textmate
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Ung <[email protected]>
  • Loading branch information
nung22 committed Sep 29, 2023
1 parent 26f1ea0 commit 01dab10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const SearchConfig: FunctionComponent<SearchConfigProps> = ({
>
<EuiCodeEditor
mode="json"
theme="sql_console"
theme="textmate"
width="100%"
height="10rem"
value={queryString}
Expand Down

0 comments on commit 01dab10

Please sign in to comment.