Add Eazy Passport screen and add passport application flow until step 5 'Verifikasi'

This commit is contained in:
Mochammad Adhi Buchori
2025-04-23 16:44:30 +07:00
parent 62412cedc9
commit 5f513257d6
12 changed files with 2006 additions and 143 deletions

View File

@ -24,7 +24,7 @@ const StepIndicator = ({currentStep, totalSteps, completedSteps}: any) => {
const textStyle = isCompleted
? FontFamily.notoSansBold
: isCurrent
? FontFamily.notoSansRegular
? FontFamily.notoSansSemiBold
: FontFamily.notoSansRegular;
return (