diff --git a/src/components/GetStarted/BasicInfo.tsx b/src/components/GetStarted/BasicInfo.tsx index c05b2cb..e2ced5f 100644 --- a/src/components/GetStarted/BasicInfo.tsx +++ b/src/components/GetStarted/BasicInfo.tsx @@ -73,7 +73,7 @@ const BasicInfo: React.FC = () => { parentInputClass="max-w-[224px] w-full" labelClass="font-bold text-[18px] leading-[21.78px] tracking-[2%] text-[#5C2684] mb-[2px]" select - selectClass="w-full h-[36px] rounded-[12px]" + selectClass="w-full h-[36px] rounded-[6px]" selectOptions={titleOptions} value={inputValues.title} onChange={handleChange} @@ -85,7 +85,7 @@ const BasicInfo: React.FC = () => { parentInputClass="max-w-[224px] w-full" labelClass="font-bold text-[18px] leading-[21.78px] tracking-[2%] text-[#5C2684] mb-[2px]" select - selectClass="w-full h-[36px] rounded-[12px]" + selectClass="w-full h-[36px] rounded-[6px]" selectOptions={maritalStatusOptions} value={inputValues.marital} onChange={handleChange} @@ -98,7 +98,7 @@ const BasicInfo: React.FC = () => { parentInputClass="max-w-[224px] w-full" labelClass="font-bold text-[18px] leading-[21.78px] tracking-[2%] text-[#5C2684] mb-[2px]" select - selectClass="w-full h-[36px] rounded-[12px]" + selectClass="w-full h-[36px] rounded-[6px]" selectOptions={[{ value: "", label: "Select" }]} value={inputValues.agentId} onChange={handleChange} @@ -114,7 +114,7 @@ const BasicInfo: React.FC = () => { placeholder="Enter your BVN" labelClass="font-bold text-[18px] leading-[21.78px] tracking-[2%] text-[#5C2684] mb-[2px] gap-[2px]" input - inputClass="w-full h-[36px] bg-[#EFEFEF] px-[2px] rounded-[12px]" + inputClass="w-full h-[36px] bg-[#EFEFEF] px-[2px] rounded-[6px]" value={inputValues.bvn} onChange={handleChange} onInput={handleInput} @@ -124,86 +124,93 @@ const BasicInfo: React.FC = () => { {!hideOTPComponent ? ( -