From 926df433a73b855ebc9986d6107d28b7b484c9e3 Mon Sep 17 00:00:00 2001 From: shadcn Date: Tue, 3 Feb 2026 16:43:17 +0400 Subject: [PATCH] fix --- apps/v4/registry/bases/radix/ui/button-group.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/v4/registry/bases/radix/ui/button-group.tsx b/apps/v4/registry/bases/radix/ui/button-group.tsx index 16cefdd991..da45854b83 100644 --- a/apps/v4/registry/bases/radix/ui/button-group.tsx +++ b/apps/v4/registry/bases/radix/ui/button-group.tsx @@ -67,7 +67,7 @@ function ButtonGroupSeparator({ data-slot="button-group-separator" orientation={orientation} className={cn( - "cn-button-group-separator relative self-stretch data-[orientation=horizontal]:mx-px data-[orientation=horizontal]:w-auto data-[orientation=vertical]:my-px data-[orientation=vertical]:h-auto", + "cn-button-group-separator relative self-stretch data-horizontal:mx-px data-horizontal:w-auto data-vertical:my-px data-vertical:h-auto", className )} {...props}