Skip to content

Commit 490bee0

Browse files
committed
fix rounded drawer border
1 parent b85fdeb commit 490bee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/drawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const DrawerContent = React.forwardRef<
4141
<DrawerPrimitive.Content
4242
ref={ref}
4343
className={cn(
44-
"fixed inset-x-0 bottom-0 z-modal mt-24 flex h-auto flex-col rounded-t-[10px] border bg-background",
44+
"fixed inset-x-0 bottom-0 z-modal mt-24 flex h-auto flex-col border bg-background",
4545
className
4646
)}
4747
{...props}

0 commit comments

Comments
 (0)