fix: replace tailwind class typos

This commit is contained in:
Ephraim Duncan
2026-07-14 08:21:30 +00:00
committed by GitHub
parent 4e0038f2e8
commit db031e2865
16 changed files with 17 additions and 19 deletions
+1 -1
View File
@@ -62,7 +62,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-foreground-muted disabled:cursor-not-allowed disabled:opacity-50',
'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',
className,
)}
{...props}