Fix: Title Background and Invoices background

This commit is contained in:
ncoelho 2020-07-16 18:41:20 +01:00 committed by Overtorment
parent 32a6fca023
commit f58653bdb7
2 changed files with 4 additions and 1 deletions

View file

@ -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,

View file

@ -579,6 +579,9 @@ const styles = StyleSheet.create({
paddingLeft: 32,
paddingVertical: 10,
},
listHeaderBack: {
backgroundColor: BlueCurrentTheme.colors.background,
},
listHeaderText: {
paddingLeft: 16,
fontWeight: 'bold',