Skip to content

Commit

Permalink
fix: remove rounded styles from command primitive (community-scripts#…
Browse files Browse the repository at this point in the history
  • Loading branch information
steveiliop56 authored Jan 30, 2025
1 parent e51c121 commit ed2ead9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ui/command.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Command = React.forwardRef<
<CommandPrimitive
ref={ref}
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,
)}
{...props}
Expand Down

0 comments on commit ed2ead9

Please sign in to comment.