chore(deps): bump

This commit is contained in:
liyasthomas
2022-02-22 19:25:53 +05:30
parent 6fa1f5eced
commit 16e790e87e
6 changed files with 461 additions and 669 deletions

View File

@@ -43,6 +43,9 @@ export const baseTheme = EditorView.theme({
".cm-cursor": {
borderColor: "var(--secondary-color)",
},
".cm-widgetBuffer": {
position: "absolute",
},
".cm-selectionBackground, .cm-content ::selection, .cm-line ::selection": {
backgroundColor: "var(--accent-color)",
color: "var(--accent-contrast-color)",
@@ -162,6 +165,9 @@ export const inputTheme = EditorView.theme({
".cm-cursor": {
borderColor: "var(--secondary-color)",
},
".cm-widgetBuffer": {
position: "absolute",
},
".cm-selectionBackground, .cm-content ::selection, .cm-line ::selection": {
backgroundColor: "var(--accent-color)",
color: "var(--accent-contrast-color)",