chore: sync auth page otp step styles with new one

This commit is contained in:
Mahyar Khanbolooki
2025-07-02 20:22:28 +03:30
parent 3deac45466
commit dc7625ae89
4 changed files with 50 additions and 38 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ function OTPInputField({ onChange, maxLength = 6, htmlFor, labelText, className,
ref={ref}
value={values?.at(i) ?? ''}
maxLength={1}
className='pt-1 outline-none text-center inline-flex items-center justify-center h-full relative border border-[#E5E5E5] w-full rounded-normal group focus-within:border focus-within:border-primary' />
className='pt-1 outline-none text-center inline-flex items-center justify-center h-full relative border border-border w-full rounded-normal group focus-within:border focus:primary' />
)
})}
</div>