From 49088c9a1cfa7c4b979756053df32e2fb4ab40b7 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Tue, 4 Oct 2022 20:43:59 +0200 Subject: fix: test and lint failures --- subprojects/frontend/src/editor/EditorTheme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subprojects/frontend/src/editor/EditorTheme.ts') diff --git a/subprojects/frontend/src/editor/EditorTheme.ts b/subprojects/frontend/src/editor/EditorTheme.ts index 3ec977da..fa77862c 100644 --- a/subprojects/frontend/src/editor/EditorTheme.ts +++ b/subprojects/frontend/src/editor/EditorTheme.ts @@ -16,7 +16,7 @@ export default styled('div', { showLineNumbers: boolean; showActiveLine: boolean; }>(({ theme, showLineNumbers, showActiveLine }) => { - const editorFontStyle = { + const editorFontStyle: CSSObject = { ...theme.typography.editor, fontWeight: theme.typography.fontWeightEditorNormal, [theme.breakpoints.down('sm')]: { -- cgit v1.2.3-54-g00ecf