diff --git a/screen/lnd/lndViewInvoice.js b/screen/lnd/lndViewInvoice.js index 0c4709b63..b4093ec61 100644 --- a/screen/lnd/lndViewInvoice.js +++ b/screen/lnd/lndViewInvoice.js @@ -25,7 +25,7 @@ const { width, height } = Dimensions.get('window'); const styles = StyleSheet.create({ root: { flex: 1, - backgroundColor: BlueCurrentTheme.colors.elevated, + backgroundColor: BlueCurrentTheme.colors.background, }, center: { flex: 1, diff --git a/screen/wallets/list.js b/screen/wallets/list.js index 59459aaac..b5f3ba91c 100644 --- a/screen/wallets/list.js +++ b/screen/wallets/list.js @@ -579,6 +579,9 @@ const styles = StyleSheet.create({ paddingLeft: 32, paddingVertical: 10, }, + listHeaderBack: { + backgroundColor: BlueCurrentTheme.colors.background, + }, listHeaderText: { paddingLeft: 16, fontWeight: 'bold',