- {/* metamask stuff */}
>
);
diff --git a/packages/client/ui/react-ui/src/components/auth/methods/web3/Web3SignIn.tsx b/packages/client/ui/react-ui/src/components/auth/methods/web3/Web3SignIn.tsx
index 6fad76a7..67935588 100644
--- a/packages/client/ui/react-ui/src/components/auth/methods/web3/Web3SignIn.tsx
+++ b/packages/client/ui/react-ui/src/components/auth/methods/web3/Web3SignIn.tsx
@@ -13,16 +13,14 @@ export function Web3SignIn() {
return (
);
}
diff --git a/packages/client/ui/react-ui/src/components/common/Dialog.tsx b/packages/client/ui/react-ui/src/components/common/Dialog.tsx
index e5db3818..1d4a1d03 100644
--- a/packages/client/ui/react-ui/src/components/common/Dialog.tsx
+++ b/packages/client/ui/react-ui/src/components/common/Dialog.tsx
@@ -33,7 +33,8 @@ interface DialogContentProps extends React.ComponentPropsWithoutRef
, DialogContentProps>(
({ className, children, showCloseButton = true, closeButtonColor, closeButtonRingColor, ...props }, ref) => (
-
+ {/* Because we're using modal={false}, the regular overlay is not shown. We need to add our own overlay */}
+