mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update common dialog default color
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user