diff --git a/src/lib/components/DeleteConfirmationPopup.svelte b/src/lib/components/DeleteConfirmationPopup.svelte index a6d81b5..41b4616 100644 --- a/src/lib/components/DeleteConfirmationPopup.svelte +++ b/src/lib/components/DeleteConfirmationPopup.svelte @@ -3,6 +3,7 @@ export let destination = ''; export let onConfirm: () => void; export let onCancel: () => void; + export let darkMode = false; function handlePopupClick(event: MouseEvent) { event.stopPropagation(); @@ -12,7 +13,7 @@ {#if showPopup}
-