mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 01:01:49 +10:00
feat: command grp border
This commit is contained in:
@ -96,7 +96,10 @@ const CommandGroup = React.forwardRef<
|
||||
className,
|
||||
)}
|
||||
{...props}
|
||||
/>
|
||||
>
|
||||
<div className="bg-border -mx-1 h-px"></div>
|
||||
{props.children}
|
||||
</CommandPrimitive.Group>
|
||||
));
|
||||
|
||||
CommandGroup.displayName = CommandPrimitive.Group.displayName;
|
||||
|
||||
Reference in New Issue
Block a user