mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-19 17:38:37 +00:00
style: add positive attribute to submit buttons (close #113)
This commit is contained in:
@@ -65,7 +65,7 @@ const AddUser = () => {
|
||||
required
|
||||
/>
|
||||
</Form.Field>
|
||||
<Button type={'submit'} onClick={submit}>
|
||||
<Button positive type={'submit'} onClick={submit}>
|
||||
提交
|
||||
</Button>
|
||||
</Form>
|
||||
|
||||
Reference in New Issue
Block a user