Skip to content

Commit

Permalink
fix hcap clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius committed Jan 23, 2025
1 parent 084d11c commit 2ad7dbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/screens/Signup/StepCaptcha/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 ? (
Expand Down

0 comments on commit 2ad7dbb

Please sign in to comment.