File tree Expand file tree Collapse file tree
apps/native/src/features/student/onboarding/screens/steps Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ const EmailStep = ({ navigation }: OnboardingScreenProps<'Email'>) => {
6767 placeholder = 'pointer111@example.com'
6868 errorMessage = { error ?? undefined }
6969 />
70- < Button title = '[DEBUG] LOGOUT' onPress = { ( ) => {
70+ { /* <Button title='[DEBUG] LOGOUT' onPress={() => {
7171 useAuthStore.getState().signOut();
72- } } />
72+ }} /> */ }
7373 </ OnboardingLayout >
7474 ) ;
7575} ;
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ const IdentityStep = ({ navigation }: OnboardingScreenProps<'Identity'>) => {
140140 onChangeText = { ( text ) => updateField ( 'name' , text ) }
141141 errorMessage = { errors . name }
142142 />
143- < View className = 'flex-row items-end gap-[10px]' >
143+ < View className = 'flex-row items-start gap-[10px]' >
144144 < OnboardingInput
145145 label = '휴대폰 번호'
146146 placeholder = '01012345678'
@@ -156,7 +156,7 @@ const IdentityStep = ({ navigation }: OnboardingScreenProps<'Identity'>) => {
156156 < AnimatedPressable
157157 onPress = { timeLeft > 0 ? undefined : handleResend }
158158 disabled = { timeLeft > 0 }
159- className = 'h-[48px] w-[100px] items-center justify-center rounded-[8px] bg-primary-500' >
159+ className = 'h-[48px] w-[100px] mt-[45px] items-center justify-center rounded-[8px] bg-primary-500' >
160160 < Text className = 'text-16m text-white' >
161161 { timeLeft > 0 ? formatTime ( timeLeft ) : isSent ? '재전송' : '인증 요청' }
162162 </ Text >
You can’t perform that action at this time.
0 commit comments