mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 09:12:02 +10:00
feat: command grp border
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user