diff --git a/src/components/Drawer.jsx b/src/components/Drawer.jsx index dea92efa..bb6fcaa7 100644 --- a/src/components/Drawer.jsx +++ b/src/components/Drawer.jsx @@ -42,7 +42,7 @@ export const Drawer = ({ isOpen = false, title, content, onClose, classNames = { leaveFrom="translate-x-0" leaveTo={position === "right" ? "translate-x-full" : "-translate-x-full"} > -