fix: theme color (#2124)

This commit is contained in:
JimmFly
2023-04-26 00:37:22 +08:00
committed by GitHub
parent a807647639
commit 1c41731b4e
5 changed files with 38 additions and 38 deletions
@@ -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);