fix: foreground, background styles

This commit is contained in:
liyasthomas
2022-02-11 10:50:24 +05:30
parent 7b2dc68481
commit 698ebe1063
2 changed files with 7 additions and 4 deletions

View File

@@ -155,7 +155,8 @@ export const inputTheme = EditorView.theme({
".cm-content": {
caretColor: "var(--secondary-light-color)",
fontFamily: "var(--font-sans)",
backgroundColor: "var(--primary-color)",
color: "var(--secondary-dark-color)",
backgroundColor: "transparent",
borderRadius: "0.25rem",
},
".cm-cursor": {