Add button to toggle dark mode

This commit is contained in:
2020-04-05 22:00:33 +00:00
parent 01703d55dc
commit e5ee4aba42
5 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ function PasteForm(props) {
return (
<Form onSubmit={handleSubmit}>
<Form.TextArea
maxlength={20000}
maxLength={20000}
rows={20}
{...makeProps('paste')}
/>