mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update lndViewInvoice.js
This commit is contained in:
parent
1712471167
commit
d33a47c391
@ -77,12 +77,20 @@ const LNDViewInvoice = () => {
|
||||
? {
|
||||
headerStyle: {
|
||||
backgroundColor: colors.customHeader,
|
||||
borderBottomWidth: 0,
|
||||
elevation: 0,
|
||||
shadowOpacity: 0,
|
||||
shadowOffset: { height: 0, width: 0 },
|
||||
},
|
||||
gestureEnabled: false,
|
||||
}
|
||||
: {
|
||||
headerStyle: {
|
||||
backgroundColor: colors.customHeader,
|
||||
borderBottomWidth: 0,
|
||||
elevation: 0,
|
||||
shadowOpacity: 0,
|
||||
shadowOffset: { height: 0, width: 0 },
|
||||
},
|
||||
},
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user