From a6bda62a914a4e43bac9bdf97a858d9eec6a69a4 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 31 Mar 2023 19:43:03 +0800 Subject: [PATCH] Min font size on iOS inputs should be 16px or we will zoom on input --- packages/web/components/patterns/HighlightNotes.tsx | 1 + 1 file changed, 1 insertion(+) 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) => {