mobile responsiveness

This commit is contained in:
Luck
2021-03-27 20:05:15 +00:00
parent fb78883337
commit fb5de272f8
3 changed files with 15 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ export default function EditorTextArea({ code, setCode, language, fontSize }) {
value={code}
onValueChange={setCode}
highlight={highlightWithLineNumbers}
placeholder={'Type some code...'}
placeholder={'Paste (or type) some code...'}
padding={10}
size={fontSize}
textareaId='code-area'