From 23e189b96fbbb1ad10d9208d43e6c82a83aec3c0 Mon Sep 17 00:00:00 2001 From: BrickheadJohnny Date: Wed, 11 Dec 2024 12:02:02 +0100 Subject: [PATCH] fix(Dialog & Drawer): footer padding --- src/components/ui/Dialog.tsx | 7 +++++-- src/components/ui/Drawer.tsx | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) 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< ) => (
);