mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 16:19:43 +08:00
fix: theme color (#2124)
This commit is contained in:
@@ -191,7 +191,7 @@ export const GeneralPanel: React.FC<PanelProps> = ({
|
||||
{isOwner ? (
|
||||
<>
|
||||
<Button
|
||||
type="danger"
|
||||
type="warning"
|
||||
shape="circle"
|
||||
style={{ borderRadius: '40px' }}
|
||||
data-testid="delete-workspace-button"
|
||||
@@ -213,7 +213,7 @@ export const GeneralPanel: React.FC<PanelProps> = ({
|
||||
) : (
|
||||
<>
|
||||
<Button
|
||||
type="danger"
|
||||
type="warning"
|
||||
shape="circle"
|
||||
onClick={() => {
|
||||
setShowLeave(true);
|
||||
|
||||
Reference in New Issue
Block a user