Skip to content

Commit

Permalink
chore: update tapline
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Aug 11, 2024
1 parent d8463c7 commit 2bc4698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const DrawerContent = React.forwardRef<
)}
{...props}
>
<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" />
{children}
</DrawerPrimitive.Content>
</DrawerPortal>
Expand Down

0 comments on commit 2bc4698

Please sign in to comment.