feat: modify the type of the button

This commit is contained in:
shiweisong.ssw 2023-06-25 19:13:23 +08:00
parent 075713d36f
commit c71bca8255

View File

@ -26,7 +26,7 @@ const Index = () => {
<>
<div className="header">
<div>Knowledge Spaces</div>
<Button onClick={() => setIsAddKnowledgeSpaceModalShow(true)} type='primary'>
<Button onClick={() => setIsAddKnowledgeSpaceModalShow(true)} type='default'>
+ New Knowledge Space
</Button>
</div>