diff --git a/src/components/ui/Dialog.tsx b/src/components/ui/Dialog.tsx index 5ba7736d25..63d5ab876c 100644 --- a/src/components/ui/Dialog.tsx +++ b/src/components/ui/Dialog.tsx @@ -116,9 +116,12 @@ const DialogBody = ({ className, ...props }: HTMLAttributes) => ( - +
diff --git a/src/components/ui/Drawer.tsx b/src/components/ui/Drawer.tsx index 1302926c3d..84dd3f187f 100644 --- a/src/components/ui/Drawer.tsx +++ b/src/components/ui/Drawer.tsx @@ -44,7 +44,7 @@ const DrawerContent = forwardRef< ) => (
);