From 3719e1eee036b0b2164707ec47ef36be95b7f1cc Mon Sep 17 00:00:00 2001 From: Gnana Pragadeesh K <118760508+PragdGn@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:49:08 +0530 Subject: [PATCH] Mobile: Fixes #14152: Fix font-size inconsistency of code block and inline code (#14463) --- packages/app-mobile/components/NoteEditor/RichTextEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app-mobile/components/NoteEditor/RichTextEditor.tsx b/packages/app-mobile/components/NoteEditor/RichTextEditor.tsx index 9a3833944a..c09ab09bdd 100644 --- a/packages/app-mobile/components/NoteEditor/RichTextEditor.tsx +++ b/packages/app-mobile/components/NoteEditor/RichTextEditor.tsx @@ -27,6 +27,7 @@ function useCss(themeId: number, editorCss: string): string { :root { background-color: ${theme.backgroundColor}; + font-size: 13pt; } body { @@ -41,7 +42,6 @@ function useCss(themeId: number, editorCss: string): string { padding-bottom: 1px; padding-top: 10px; - font-size: 13pt; font-family: ${JSON.stringify(theme.fontFamily)}, sans-serif; }