diff --git a/webapp/src/components/editor/editor.tsx b/webapp/src/components/editor/editor.tsx index 86d808a..0c51248 100644 --- a/webapp/src/components/editor/editor.tsx +++ b/webapp/src/components/editor/editor.tsx @@ -61,7 +61,7 @@ const commonCSS: CSSProperties = { lineHeight: "22px", }; -const caretColor = "#FF8899"; +const caretColor = "rgb(242, 153, 74)"; interface EditorOptions { originalText: string;