From 53e7710e966ed8193531ce6fbd6b34b64b0017db Mon Sep 17 00:00:00 2001 From: Alexey Vasyukov Date: Tue, 6 Dec 2022 17:13:35 +0300 Subject: [PATCH] fix: make font size smaller --- src/app/components/code-editor/code-editor.styled.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/code-editor/code-editor.styled.ts b/src/app/components/code-editor/code-editor.styled.ts index d25a42d..09d4a9f 100644 --- a/src/app/components/code-editor/code-editor.styled.ts +++ b/src/app/components/code-editor/code-editor.styled.ts @@ -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': {