We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85fdeb commit 490bee0Copy full SHA for 490bee0
src/components/ui/drawer.tsx
@@ -41,7 +41,7 @@ const DrawerContent = React.forwardRef<
41
<DrawerPrimitive.Content
42
ref={ref}
43
className={cn(
44
- "fixed inset-x-0 bottom-0 z-modal mt-24 flex h-auto flex-col rounded-t-[10px] border bg-background",
+ "fixed inset-x-0 bottom-0 z-modal mt-24 flex h-auto flex-col border bg-background",
45
className
46
)}
47
{...props}
0 commit comments