We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51c121 commit ed2ead9Copy full SHA for ed2ead9
frontend/src/components/ui/command.tsx
@@ -15,7 +15,7 @@ const Command = React.forwardRef<
15
<CommandPrimitive
16
ref={ref}
17
className={cn(
18
- "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",
19
className,
20
)}
21
{...props}
0 commit comments