Skip to content

Commit

Permalink
increase editor font size
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills committed May 3, 2024
1 parent f102d54 commit ab53c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const state = EditorState.create({
autocomplete: customCompletions,
}),
EditorView.theme({
"&": { height: "100%" },
"&": { height: "100%", fontSize: smallScreen ? "18px" : "16px" },
".cm-scroller": { overflow: "auto" },
}),
EditorView.lineWrapping,
Expand Down

0 comments on commit ab53c26

Please sign in to comment.