chore(deps): bump
This commit is contained in:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user