Add button to toggle dark mode
This commit is contained in:
@@ -40,7 +40,7 @@ function PasteForm(props) {
|
||||
return (
|
||||
<Form onSubmit={handleSubmit}>
|
||||
<Form.TextArea
|
||||
maxlength={20000}
|
||||
maxLength={20000}
|
||||
rows={20}
|
||||
{...makeProps('paste')}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user