mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-22 12:32:00 +08:00
fix: wrong style of cancel button in create workspace modal (#3761)
(cherry picked from commit 48e96cd399)
This commit is contained in:
@@ -81,11 +81,7 @@ const NameWorkspaceContent = ({
|
|||||||
onChange={setWorkspaceName}
|
onChange={setWorkspaceName}
|
||||||
/>
|
/>
|
||||||
<div className={style.buttonGroup}>
|
<div className={style.buttonGroup}>
|
||||||
<Button
|
<Button data-testid="create-workspace-close-button" onClick={onClose}>
|
||||||
data-testid="create-workspace-close-button"
|
|
||||||
type="primary"
|
|
||||||
onClick={onClose}
|
|
||||||
>
|
|
||||||
{t.Cancel()}
|
{t.Cancel()}
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user