diff --git a/packages/legacy/core/App/screens/ProofRequesting.tsx b/packages/legacy/core/App/screens/ProofRequesting.tsx index f9fa5ed47..cfc8259ed 100644 --- a/packages/legacy/core/App/screens/ProofRequesting.tsx +++ b/packages/legacy/core/App/screens/ProofRequesting.tsx @@ -118,9 +118,6 @@ const ProofRequesting: React.FC = ({ route, navigation }) marginTop: 'auto', marginHorizontal: 20, }, - footerButton: { - marginBottom: 10, - }, }) const createProofRequest = useCallback(async () => { @@ -192,7 +189,7 @@ const ProofRequesting: React.FC = ({ route, navigation }) }, [proofRecord]) return ( - + {generating && } @@ -204,16 +201,14 @@ const ProofRequesting: React.FC = ({ route, navigation }) - -