fix: wrong style of cancel button in create workspace modal (#3761)

(cherry picked from commit 48e96cd399)
This commit is contained in:
Qi
2023-08-16 01:44:03 +08:00
committed by Alex Yang
parent 05b28e386f
commit d4fa24a4b0
@@ -81,11 +81,7 @@ const NameWorkspaceContent = ({
onChange={setWorkspaceName}
/>
<div className={style.buttonGroup}>
<Button
data-testid="create-workspace-close-button"
type="primary"
onClick={onClose}
>
<Button data-testid="create-workspace-close-button" onClick={onClose}>
{t.Cancel()}
</Button>
<Button