Skip to content

Commit

Permalink
Update command.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervspl authored Jul 23, 2024
1 parent 90686d1 commit 4f23a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/components/ui/command.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const CommandInput = React.forwardRef<
<CommandPrimitive.Input
ref={ref}
className={cn(
'flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50',
'flex h-11 w-full rounded-md bg-transparent py-3 text-base outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50',
className,
)}
{...props}
Expand Down

0 comments on commit 4f23a55

Please sign in to comment.