diff --git a/packages/react/components/Drawer.tsx b/packages/react/components/Drawer.tsx index 5828204..82fff7a 100644 --- a/packages/react/components/Drawer.tsx +++ b/packages/react/components/Drawer.tsx @@ -309,7 +309,7 @@ const DrawerContent = forwardRef( ...variantProps, opened: true, className: dragState.isDragging - ? "transition-[width_0ms]" + ? "transition-[width] duration-0" : variantProps.className, })} style={