fix: remove rounded styles from command primitive ()

This commit is contained in:
Stavros
2025-01-30 09:35:10 +02:00
committed by GitHub
parent e51c121af2
commit ed2ead9ef2

@ -15,7 +15,7 @@ const Command = React.forwardRef<
<CommandPrimitive <CommandPrimitive
ref={ref} ref={ref}
className={cn( className={cn(
"flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground", "flex h-full w-full flex-col overflow-hidden bg-popover text-popover-foreground",
className, className,
)} )}
{...props} {...props}