mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: wrong style of cancel button in create workspace modal (#3761)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user