diff --git a/src/navigation/auth/components/AuthFormContainer.tsx b/src/navigation/auth/components/AuthFormContainer.tsx index 79b56f42a..1091936ad 100644 --- a/src/navigation/auth/components/AuthFormContainer.tsx +++ b/src/navigation/auth/components/AuthFormContainer.tsx @@ -21,6 +21,7 @@ export const CheckboxControl = styled.View` export const CheckboxLabel = styled(BaseText)` font-size: 16px; margin-left: ${ScreenGutter}; + flex-shrink: 1; `; export const CheckboxError = styled(BaseText)`