feat: command grp border

This commit is contained in:
Gautam-Hegde
2024-01-23 00:02:04 +05:30
parent 98667dac15
commit 6e22eff5a1

View File

@ -96,7 +96,10 @@ const CommandGroup = React.forwardRef<
className, className,
)} )}
{...props} {...props}
/> >
<div className="bg-border -mx-1 h-px"></div>
{props.children}
</CommandPrimitive.Group>
)); ));
CommandGroup.displayName = CommandPrimitive.Group.displayName; CommandGroup.displayName = CommandPrimitive.Group.displayName;