Skip to content

Commit

Permalink
feat: refine base editor theme
Browse files Browse the repository at this point in the history
  • Loading branch information
wagerfield committed Aug 20, 2023
1 parent 18f0b4f commit ab0a145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codemirror/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const baseEditorTheme: EditorTheme = {
// Typography
fontFamily: "JetBrains Mono Variable",
fontSize: "15px",
lineHeight: 1.2,
lineHeight: "20px",

// Cursor
cursorWidth: 2,
Expand Down

0 comments on commit ab0a145

Please sign in to comment.