diff options
author | crupest <crupest@outlook.com> | 2023-08-26 21:00:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-26 21:00:26 +0800 |
commit | 4daa84ede781cdf6f424d68c967a17c7e1c79f59 (patch) | |
tree | b43b029278c8f53b872014bec35ab202261db035 /FrontEnd/src/views/common/dialog | |
parent | ad645a01c5c6926c4dba75f88c0777eb3cf4d09f (diff) | |
download | timeline-4daa84ede781cdf6f424d68c967a17c7e1c79f59.tar.gz timeline-4daa84ede781cdf6f424d68c967a17c7e1c79f59.tar.bz2 timeline-4daa84ede781cdf6f424d68c967a17c7e1c79f59.zip |
...
Diffstat (limited to 'FrontEnd/src/views/common/dialog')
-rw-r--r-- | FrontEnd/src/views/common/dialog/ConfirmDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/common/dialog/ConfirmDialog.tsx b/FrontEnd/src/views/common/dialog/ConfirmDialog.tsx index ee4bf2d7..dbbd15c6 100644 --- a/FrontEnd/src/views/common/dialog/ConfirmDialog.tsx +++ b/FrontEnd/src/views/common/dialog/ConfirmDialog.tsx @@ -26,7 +26,7 @@ export default function ConfirmDialog({ <Dialog onClose={onClose} open={open}> <DialogContainer title={title} - titleColor={color} + titleColor={color ?? "danger"} buttons={[ { key: "cancel", |