diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-01-23 23:49:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-23 23:49:08 +0000 |
commit | 0d9dae5a017e7eeebfcc01dc500625ad9d65061d (patch) | |
tree | 5664f09c76f3cdecfdc95982d9b4cdef7553763e /src/screens/Signup/StepCaptcha/index.tsx | |
parent | f1d120d416bc262b5fd63e3407f9e0b09b13cd74 (diff) | |
download | voidsky-0d9dae5a017e7eeebfcc01dc500625ad9d65061d.tar.zst |
fix hcap clipping (#7567)
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 ? ( |