fix: bugs

This commit is contained in:
boboiazumi
2025-03-29 20:57:48 +07:00
parent eadd554a32
commit 74c0ebc5dd
3 changed files with 6 additions and 6 deletions
@@ -53,6 +53,7 @@ export const OtpForm: FC<TForgotStepProps> = ({
onKeyDown={(e) => handleKeyDown(i, e)}
size="lg"
value={cell[i]}
className="sm:min-w-[10px]"
/>
))}
</div>