Min font size on iOS inputs should be 16px or we will zoom on input

This commit is contained in:
Jackson Harper
2023-03-31 19:43:03 +08:00
parent ddb32a7704
commit a6bda62a91

View File

@ -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<HTMLInputElement>) => {