feat: refactor button with new design (#3343)

This commit is contained in:
Qi
2023-07-21 19:07:28 +08:00
committed by GitHub
parent a4f60f22cf
commit 439ef1ba90
42 changed files with 665 additions and 473 deletions
@@ -44,7 +44,7 @@ const ConfirmModal = ({
title: title || 'Untitled',
})}
confirmText={t.Delete()}
confirmType="danger"
confirmType="error"
{...confirmModalProps}
/>
);