mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-21 14:34:55 +01:00
Update addMultisigStep2.js
This commit is contained in:
parent
af44792a43
commit
57b72b76bd
1 changed files with 2 additions and 4 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Reference in a new issue