FIX: Caret color is IronCalc

This commit is contained in:
Nicolás Hatcher
2024-10-24 00:54:25 +02:00
committed by Nicolás Hatcher Andrés
parent 411d4a3780
commit 79216b286b

View File

@@ -61,7 +61,7 @@ const commonCSS: CSSProperties = {
lineHeight: "22px",
};
const caretColor = "#FF8899";
const caretColor = "rgb(242, 153, 74)";
interface EditorOptions {
originalText: string;