Skip to content

Commit

Permalink
Fix (styles): Make ace editor theme consistent for Search Relevance p…
Browse files Browse the repository at this point in the history
…lugin (#300) (#327)

* Update code editor theme to textmate




* Update theme in testing file



---------



(cherry picked from commit 0b5d9f3)

Signed-off-by: Nicholas Ung <[email protected]>
Signed-off-by: Nicholas Ung <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 11, 2023
1 parent 1a5d8b7 commit 93424f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ exports[`Flyout component Renders flyout component 1`] = `
}
showPrintMargin={false}
tabSize={2}
theme="sql_console"
theme="textmate"
value="{}"
width="100%"
>
Expand Down Expand Up @@ -464,7 +464,7 @@ exports[`Flyout component Renders flyout component 1`] = `
showPrintMargin={false}
style={Object {}}
tabSize={2}
theme="sql_console"
theme="textmate"
value="{}"
width="100%"
wrapEnabled={false}
Expand Down Expand Up @@ -826,7 +826,7 @@ exports[`Flyout component Renders flyout component 1`] = `
}
showPrintMargin={false}
tabSize={2}
theme="sql_console"
theme="textmate"
value="{}"
width="100%"
>
Expand Down Expand Up @@ -928,7 +928,7 @@ exports[`Flyout component Renders flyout component 1`] = `
showPrintMargin={false}
style={Object {}}
tabSize={2}
theme="sql_console"
theme="textmate"
value="{}"
width="100%"
wrapEnabled={false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,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 93424f9

Please sign in to comment.