diff options
Diffstat (limited to 'src/Editor.tsx')
| -rw-r--r-- | src/Editor.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.tsx b/src/Editor.tsx index e430ada..5548586 100644 --- a/src/Editor.tsx +++ b/src/Editor.tsx @@ -42,6 +42,7 @@ const Editor = () => { option: (styles: any) => ({ ...styles, cursor: "pointer", + color: "#282c34", }), control: (styles: any) => ({ ...styles, |
