We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8463c7 commit 2bc4698Copy full SHA for 2bc4698
src/components/ui/drawer.tsx
@@ -48,7 +48,7 @@ const DrawerContent = React.forwardRef<
48
)}
49
{...props}
50
>
51
- <div className="mx-auto mt-4 h-2 w-[100px] rounded-full bg-muted" />
+ <div className="mx-auto mt-2 md:mt-4 h-1 w-10 md:h-2 md:w-[100px] rounded-full bg-muted" />
52
{children}
53
</DrawerPrimitive.Content>
54
</DrawerPortal>
0 commit comments