Skip to content

Commit ed2ead9

Browse files
authored
fix: remove rounded styles from command primitive (#1840)
1 parent e51c121 commit ed2ead9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/ui/command.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Command = React.forwardRef<
1515
<CommandPrimitive
1616
ref={ref}
1717
className={cn(
18-
"flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground",
18+
"flex h-full w-full flex-col overflow-hidden bg-popover text-popover-foreground",
1919
className,
2020
)}
2121
{...props}

0 commit comments

Comments
 (0)