mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-20 14:05:27 +01:00
Fix: Title Background and Invoices background
This commit is contained in:
parent
32a6fca023
commit
f58653bdb7
2 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -579,6 +579,9 @@ const styles = StyleSheet.create({
|
|||
paddingLeft: 32,
|
||||
paddingVertical: 10,
|
||||
},
|
||||
listHeaderBack: {
|
||||
backgroundColor: BlueCurrentTheme.colors.background,
|
||||
},
|
||||
listHeaderText: {
|
||||
paddingLeft: 16,
|
||||
fontWeight: 'bold',
|
||||
|
|
Loading…
Add table
Reference in a new issue