style: add positive attribute to submit buttons (close #113)

This commit is contained in:
JustSong
2023-05-22 22:30:11 +08:00
parent d4794fc051
commit 34bce5b464
5 changed files with 22 additions and 20 deletions

View File

@@ -65,7 +65,7 @@ const AddUser = () => {
required
/>
</Form.Field>
<Button type={'submit'} onClick={submit}>
<Button positive type={'submit'} onClick={submit}>
提交
</Button>
</Form>