FIX: Caret color is IronCalc
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
411d4a3780
commit
79216b286b
@@ -61,7 +61,7 @@ const commonCSS: CSSProperties = {
|
||||
lineHeight: "22px",
|
||||
};
|
||||
|
||||
const caretColor = "#FF8899";
|
||||
const caretColor = "rgb(242, 153, 74)";
|
||||
|
||||
interface EditorOptions {
|
||||
originalText: string;
|
||||
|
||||
Reference in New Issue
Block a user