Skip to content

Commit 9eee8ab

Browse files
committed
fix(4710): reorder tailwindclasses to fix lint issues
1 parent 41d1d77 commit 9eee8ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/www/registry/default/ui/input-otp.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const InputOTP = React.forwardRef<
3131
<OTPInput
3232
ref={ref}
3333
containerClassName={cn(
34-
"has-[:disabled]:opacity-50 flex items-center gap-2",
34+
"flex items-center gap-2 has-[:disabled]:opacity-50",
3535
containerClassName
3636
)}
3737
className={cn("disabled:cursor-not-allowed", className)}

apps/www/registry/new-york/ui/input-otp.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const InputOTP = React.forwardRef<
3131
<OTPInput
3232
ref={ref}
3333
containerClassName={cn(
34-
"has-[:disabled]:opacity-50 flex items-center gap-2",
34+
"flex items-center gap-2 has-[:disabled]:opacity-50",
3535
containerClassName
3636
)}
3737
className={cn("disabled:cursor-not-allowed", className)}

0 commit comments

Comments
 (0)