chore: update common dialog default color

This commit is contained in:
Steven
2023-10-09 23:08:52 +08:00
parent acdeabb861
commit 1489feb054
8 changed files with 380 additions and 385 deletions

View File

@ -40,7 +40,7 @@ const StorageSection = () => {
showCommonDialog({
title: t("setting.storage-section.delete-storage"),
content: t("setting.storage-section.warning-text", { name: storage.name }),
style: "warning",
style: "danger",
dialogName: "delete-storage-dialog",
onConfirm: async () => {
try {