Skip to content

Commit

Permalink
fix: make font size smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Dec 6, 2022
1 parent f2bcb06 commit 53e7710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/code-editor/code-editor.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const StyledCodeMirror = styled(CodeMirror, {
'.cm-content': {
padding: 0,
fontFamily: '$mono',
fontSize: '$fontSizes$sm',
fontSize: '$fontSizes$xs',
},

'.cm-editor.cm-focused': {
Expand Down

0 comments on commit 53e7710

Please sign in to comment.