mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-15 11:59:21 +01:00
Update psbtMultisigQRCode.js
This commit is contained in:
parent
59f2835cb8
commit
38d92a7a5c
1 changed files with 58 additions and 62 deletions
|
@ -40,7 +40,6 @@ const PsbtMultisigQRCode = () => {
|
|||
tipHeader: {
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
marginBottom: 10,
|
||||
},
|
||||
tipHeaderText: {
|
||||
marginLeft: 4,
|
||||
|
@ -104,9 +103,8 @@ const PsbtMultisigQRCode = () => {
|
|||
testID="PsbtMultisigQRCodeScrollView"
|
||||
automaticallyAdjustContentInsets
|
||||
contentInsetAdjustmentBehavior="automatic"
|
||||
contentContainerStyle={[styles.scrollViewContent, stylesHook.root]}
|
||||
contentContainerStyle={[styles.scrollViewContent, stylesHook.root, styles.modalContentShort, stylesHook.modalContentShort]}
|
||||
>
|
||||
<View style={[styles.modalContentShort, stylesHook.modalContentShort]}>
|
||||
<View style={[styles.tipBox, stylesHook.tipBox]}>
|
||||
<View style={stylesHook.tipHeader}>
|
||||
<View style={styles.vaultKeyCircle}>
|
||||
|
@ -168,7 +166,6 @@ const PsbtMultisigQRCode = () => {
|
|||
<SquareButton title={loc.multisig.share} />
|
||||
</SaveFileButton>
|
||||
)}
|
||||
</View>
|
||||
</ScrollView>
|
||||
);
|
||||
};
|
||||
|
@ -178,8 +175,7 @@ const styles = StyleSheet.create({
|
|||
justifyContent: 'space-between',
|
||||
},
|
||||
modalContentShort: {
|
||||
marginLeft: 20,
|
||||
marginRight: 20,
|
||||
paddingHorizontal: 20,
|
||||
},
|
||||
divider: {
|
||||
height: 0.5,
|
||||
|
|
Loading…
Add table
Reference in a new issue