diff --git a/web/src/components/overlay/dialog/PlatformAwareDialog.tsx b/web/src/components/overlay/dialog/PlatformAwareDialog.tsx index ad03ba7eb..62ee4b1f9 100644 --- a/web/src/components/overlay/dialog/PlatformAwareDialog.tsx +++ b/web/src/components/overlay/dialog/PlatformAwareDialog.tsx @@ -20,6 +20,7 @@ import { SheetTitle, SheetTrigger, } from "@/components/ui/sheet"; +import { cn } from "@/lib/utils"; import { isMobile } from "react-device-detect"; type PlatformAwareDialogProps = { @@ -86,14 +87,16 @@ export function PlatformAwareSheet({ {trigger} - + onOpenChange(false)} > {title} -
{content}
+
+ {content} +