From 5d303d138af47db30f693e9678519df50a7aaafe Mon Sep 17 00:00:00 2001 From: Kerry McCrory <92750962+kmccrory-grx@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:10:22 -0500 Subject: [PATCH] sideoffset back to default 4 --- apps/www/registry/default/ui/dropdown-menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/registry/default/ui/dropdown-menu.tsx b/apps/www/registry/default/ui/dropdown-menu.tsx index c446369a63..bc4606943f 100644 --- a/apps/www/registry/default/ui/dropdown-menu.tsx +++ b/apps/www/registry/default/ui/dropdown-menu.tsx @@ -61,7 +61,7 @@ const DropdownMenuContent = React.forwardRef< React.ComponentPropsWithoutRef & { container?: HTMLElement | null | undefined; } ->(({ className, sideOffset = 8, container, ...props }, ref) => ( +>(({ className, sideOffset = 4, container, ...props }, ref) => (