diff --git a/src/components/input/InputField.tsx b/src/components/input/InputField.tsx index 2fd2950..e86a464 100644 --- a/src/components/input/InputField.tsx +++ b/src/components/input/InputField.tsx @@ -19,7 +19,7 @@ function InputField({ onChange, htmlFor, labelText, children, valid = true, clas {children} diff --git a/src/components/input/MultiInputField.tsx b/src/components/input/MultiInputField.tsx index 7d2e9fa..83cc446 100644 --- a/src/components/input/MultiInputField.tsx +++ b/src/components/input/MultiInputField.tsx @@ -66,7 +66,7 @@ function OTPInputField({ onChange, maxLength = 6, htmlFor, labelText, className, ref={ref} value={values?.at(i) ?? ''} maxLength={1} - className='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-[#E5E5E5] w-full rounded-normal group focus-within:border focus-within:border-primary' /> ) })}