about summary refs log tree commit diff
path: root/src/screens/Signup/StepCaptcha/index.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-01-23 23:49:08 +0000
committerGitHub <noreply@github.com>2025-01-23 23:49:08 +0000
commit0d9dae5a017e7eeebfcc01dc500625ad9d65061d (patch)
tree5664f09c76f3cdecfdc95982d9b4cdef7553763e /src/screens/Signup/StepCaptcha/index.tsx
parentf1d120d416bc262b5fd63e3407f9e0b09b13cd74 (diff)
downloadvoidsky-0d9dae5a017e7eeebfcc01dc500625ad9d65061d.tar.zst
fix hcap clipping (#7567)
Diffstat (limited to 'src/screens/Signup/StepCaptcha/index.tsx')
-rw-r--r--src/screens/Signup/StepCaptcha/index.tsx3
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 ? (