diff --git a/src/utils/dialog.tsx b/src/utils/dialog.tsx index 41b52762..c699417a 100644 --- a/src/utils/dialog.tsx +++ b/src/utils/dialog.tsx @@ -52,6 +52,20 @@ export namespace Dialog { ); }); } + export function BackDrop() { + return ( +
+ ); + } function Component({ title = "", @@ -141,14 +155,7 @@ export namespace Dialog { ))} -
+ ); }