Skip to content

Commit a141a24

Browse files
Update input-otp.tsx #849 (#852)
1 parent 32ef742 commit a141a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/ui/input-otp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const InputOTPSlot = React.forwardRef<
4040
<div
4141
ref={ref}
4242
className={cn(
43-
'relative flex h-10 w-10 items-center justify-center border-y border-r border-input text-sm transition-all first:rounded-l-md first:border-l last:rounded-r-md',
43+
'relative flex h-10 w-10 items-center justify-center border-y border-r border-input text-base md:text-sm transition-all first:rounded-l-md first:border-l last:rounded-r-md',
4444
isActive && 'z-10 ring-2 ring-ring ring-offset-background',
4545
className,
4646
)}

0 commit comments

Comments
 (0)