fix blurry command pallette on some setups (closes #137)

This commit is contained in:
Henry Dollman
2024-08-25 16:20:58 -04:00
parent 7a8dccfc97
commit 13f7d016e6

View File

@@ -13,7 +13,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}