Update addMultisigStep2.js

This commit is contained in:
Marcos Rodriguez Velez 2024-07-14 10:04:25 -04:00
parent af44792a43
commit 57b72b76bd
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -107,9 +107,6 @@ const WalletsAddMultisigStep2 = () => {
textDestination: {
color: colors.foregroundColor,
},
modalContent: {
backgroundColor: colors.modal,
},
exportButton: {
backgroundColor: colors.buttonDisabledBackgroundColor,
},
@ -671,8 +668,9 @@ const WalletsAddMultisigStep2 = () => {
<BottomModal
onClose={hideCosignersXpubModal}
ref={renderCosignersXpubModalRef}
backgroundColor={colors.modal}
footerDefaultMargins
contentContainerStyle={[styles.modalContent, stylesHook.modalContent, styles.alignItemsCenter]}
contentContainerStyle={[styles.modalContent, styles.alignItemsCenter]}
footer={
isLoading ? (
<ActivityIndicator />