fix hcap clipping (#7567)

This commit is contained in:
Samuel Newman
2025-01-23 23:49:08 +00:00
committed by GitHub
parent f1d120d416
commit 0d9dae5a01
+1 -2
View File
@@ -80,9 +80,8 @@ export function StepCaptcha() {
<View <View
style={[ style={[
a.w_full, a.w_full,
a.pb_xl,
a.overflow_hidden, a.overflow_hidden,
{minHeight: 500}, {minHeight: 510},
completed && [a.align_center, a.justify_center], completed && [a.align_center, a.justify_center],
]}> ]}>
{!completed ? ( {!completed ? (