Skip to content

Commit

Permalink
Remove outline from drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
reynaldichernando committed Dec 2, 2024
1 parent 120b203 commit 9c898bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const DrawerContent = React.forwardRef<
<DrawerPrimitive.Content
ref={ref}
className={cn(
"fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col rounded-t-[10px] border bg-background",
"fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col rounded-t-[10px] border bg-background outline-none",
className
)}
{...props}
Expand Down

0 comments on commit 9c898bd

Please sign in to comment.