-
{req?.title}
-
{req?.description}
- {#if needsWord}
-
-
- {
- if (e.key === 'Enter') decide(true);
- }}
- />
-
- {/if}
-
-
-
+ {#if needsWord}
+
+
+ {
+ if (e.key === 'Enter') decide(true);
+ }}
+ />
-
-
+
+
diff --git a/apps/dashboard/src/lib/components/ui/dialog/dialog-content.svelte b/apps/dashboard/src/lib/components/ui/dialog/dialog-content.svelte
index f25561b..22ae981 100644
--- a/apps/dashboard/src/lib/components/ui/dialog/dialog-content.svelte
+++ b/apps/dashboard/src/lib/components/ui/dialog/dialog-content.svelte
@@ -12,18 +12,20 @@
ref = $bindable(null),
class: className,
portalProps,
+ overlayProps,
children,
showCloseButton = true,
...restProps
}: WithoutChildrenOrChild