We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d1d77 commit 9eee8abCopy full SHA for 9eee8ab
apps/www/registry/default/ui/input-otp.tsx
@@ -31,7 +31,7 @@ const InputOTP = React.forwardRef<
31
<OTPInput
32
ref={ref}
33
containerClassName={cn(
34
- "has-[:disabled]:opacity-50 flex items-center gap-2",
+ "flex items-center gap-2 has-[:disabled]:opacity-50",
35
containerClassName
36
)}
37
className={cn("disabled:cursor-not-allowed", className)}
apps/www/registry/new-york/ui/input-otp.tsx
0 commit comments