fix: styling issue on selection in codemirror (#4122)
This commit is contained in:
parent
d45f15e9cb
commit
fac90ac342
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ export const baseTheme = EditorView.theme({
|
|||
backgroundColor: "var(--accent-dark-color)",
|
||||
color: "var(--accent-contrast-color)",
|
||||
borderRadius: "2px",
|
||||
opacity: "0.4",
|
||||
},
|
||||
".cm-panels": {
|
||||
backgroundColor: "var(--primary-light-color)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue