This commit is contained in:
2024-01-24 13:23:52 +08:00
parent 2cae0fd3ed
commit 9bf9c770f1

View File

@@ -15,6 +15,9 @@ const styleTheme = EditorView.baseTheme({
"&.cm-editor.cm-focused": { "&.cm-editor.cm-focused": {
outline: "none", outline: "none",
}, },
"&.cm-editor .cm-tooltip.cm-tooltip-autocomplete ul": {
"font-family": "Monaco",
},
}) })
interface Props { interface Props {