Skip to content

Commit

Permalink
Added text themes to other inputs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Nov 13, 2019
1 parent 6a80c6a commit accdcb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ MSG message-id=<%{GREEDYDATA}>`;
<EuiCodeEditor
width="100%"
theme="textmate"
mode="text"
value={value}
onChange={onChange}
setOptions={{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export function EventInput({ value, onChange }) {
<EuiCodeEditor
width="100%"
theme="textmate"
mode="text"
value={value}
onChange={onChange}
setOptions={{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
*/

import 'brace/mode/json';
import 'brace/mode/text';
import 'brace/theme/textmate';

0 comments on commit accdcb3

Please sign in to comment.