diff --git a/src/screens/Settings/components/AddAppPasswordDialog.tsx b/src/screens/Settings/components/AddAppPasswordDialog.tsx index ffde17ae0f..600befc095 100644 --- a/src/screens/Settings/components/AddAppPasswordDialog.tsx +++ b/src/screens/Settings/components/AddAppPasswordDialog.tsx @@ -197,7 +197,7 @@ function CreateDialogInner({passwords}: {passwords: string[]}) { Use this to sign into the other app along with your handle. - + setShowPassword(!showPassword)} - style={[a.flex_shrink]}> + onPress={() => setShowPassword(!showPassword)}>