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

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

View File

@@ -167,7 +167,7 @@ const EditChannel = () => {
/>
)
}
<Button onClick={submit}>提交</Button>
<Button positive onClick={submit}>提交</Button>
</Form>
</Segment>
</>