updated layout style

This commit is contained in:
victorAnumudu
2024-04-03 17:55:55 +01:00
parent 5e0d21b5dd
commit a7e97e1890
8 changed files with 111 additions and 56 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const BasicInfo: React.FC<BasicInfoProps> = ({
setInputValues,
handleNextStep,
}) => {
const [hideOTPComponent, setHideOTPComponent] = useState<boolean>(true);
const [hideOTPComponent, setHideOTPComponent] = useState<boolean>(false);
const inputRef = useRef<HTMLInputElement>(null);
const handleChange = (e: React.FormEvent<HTMLInputElement>) => {