diff options
Diffstat (limited to 'src/screens/Signup/StepCaptcha/index.tsx')
-rw-r--r-- | src/screens/Signup/StepCaptcha/index.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/screens/Signup/StepCaptcha/index.tsx b/src/screens/Signup/StepCaptcha/index.tsx index f75715510..85558c5f5 100644 --- a/src/screens/Signup/StepCaptcha/index.tsx +++ b/src/screens/Signup/StepCaptcha/index.tsx @@ -80,9 +80,8 @@ export function StepCaptcha() { <View style={[ a.w_full, - a.pb_xl, a.overflow_hidden, - {minHeight: 500}, + {minHeight: 510}, completed && [a.align_center, a.justify_center], ]}> {!completed ? ( |