diff --git a/screen/send/psbtMultisigQRCode.js b/screen/send/psbtMultisigQRCode.js index ce8c48762..b8ff6d327 100644 --- a/screen/send/psbtMultisigQRCode.js +++ b/screen/send/psbtMultisigQRCode.js @@ -40,7 +40,6 @@ const PsbtMultisigQRCode = () => { tipHeader: { flexDirection: 'row', alignItems: 'center', - marginBottom: 10, }, tipHeaderText: { marginLeft: 4, @@ -104,71 +103,69 @@ const PsbtMultisigQRCode = () => { testID="PsbtMultisigQRCodeScrollView" automaticallyAdjustContentInsets contentInsetAdjustmentBehavior="automatic" - contentContainerStyle={[styles.scrollViewContent, stylesHook.root]} + contentContainerStyle={[styles.scrollViewContent, stylesHook.root, styles.modalContentShort, stylesHook.modalContentShort]} > - - - - - 1 - - - {loc.multisig.provide_signature} - + + + + 1 - - {loc.multisig.provide_signature_details} - - - {loc.multisig.provide_signature_details_bluewallet} {loc.multisig.co_sign_transaction} + + {loc.multisig.provide_signature} - - {!isLoading && ( - <> - - - - - - 2 - - - {loc.multisig.provide_signature_next_steps} - - - - {loc.multisig.provide_signature_next_steps_details} - - - )} - {!isShowOpenScanner && ( - <> - - - )} - - {isLoading ? ( - - ) : ( - - - - )} + {loc.multisig.provide_signature_details} + + + {loc.multisig.provide_signature_details_bluewallet} {loc.multisig.co_sign_transaction} + + + {!isLoading && ( + <> + + + + + + 2 + + + {loc.multisig.provide_signature_next_steps} + + + + {loc.multisig.provide_signature_next_steps_details} + + + )} + {!isShowOpenScanner && ( + <> + + + )} + + + {isLoading ? ( + + ) : ( + + + + )} ); }; @@ -178,8 +175,7 @@ const styles = StyleSheet.create({ justifyContent: 'space-between', }, modalContentShort: { - marginLeft: 20, - marginRight: 20, + paddingHorizontal: 20, }, divider: { height: 0.5,