We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b414839 commit 3b861e4Copy full SHA for 3b861e4
src/lib/components/editor/editorTheme.ts
@@ -46,11 +46,12 @@ export function createEditorTheme(theme: CoreUITheme): Extension {
46
'&': {
47
backgroundColor: theme.backgroundLevel1,
48
color: theme.textPrimary,
49
+ fontFamily: "'Courier New', monospace",
50
+ fontSize: '12px',
51
+ lineHeight: '1.6',
52
},
53
'.cm-content': {
54
caretColor: theme.textPrimary,
- fontFamily: "'Courier New', monospace",
- fontSize: '12px',
55
56
'.cm-cursor, .cm-dropCursor': {
57
borderLeftColor: theme.textPrimary,
0 commit comments