diff --git a/packages/web/components/patterns/HighlightNotes.tsx b/packages/web/components/patterns/HighlightNotes.tsx index eb2c0a2fb..c9393ad1a 100644 --- a/packages/web/components/patterns/HighlightNotes.tsx +++ b/packages/web/components/patterns/HighlightNotes.tsx @@ -178,6 +178,7 @@ export function MarkdownNote(props: MarkdownNote): JSX.Element { '.rc-md-editor .editor-container .sec-md .input': { padding: '10px', borderRadius: '5px', + fontSize: '16px', }, }} onKeyDown={(event: React.KeyboardEvent) => {