Skip to content

Commit 2bc4698

Browse files
committed
chore: update tapline
1 parent d8463c7 commit 2bc4698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/drawer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const DrawerContent = React.forwardRef<
4848
)}
4949
{...props}
5050
>
51-
<div className="mx-auto mt-4 h-2 w-[100px] rounded-full bg-muted" />
51+
<div className="mx-auto mt-2 md:mt-4 h-1 w-10 md:h-2 md:w-[100px] rounded-full bg-muted" />
5252
{children}
5353
</DrawerPrimitive.Content>
5454
</DrawerPortal>

0 commit comments

Comments
 (0)