Update header and tab bar colors to match 10.5+

This commit is contained in:
Bill Thornton 2020-06-17 13:54:07 -04:00
parent 16b8fb2b91
commit 5dc64fd6c2
3 changed files with 5 additions and 3 deletions

View File

@ -10,13 +10,14 @@ const tintColor = '#00a4dc';
export default {
textColor,
backgroundColor,
headerBackgroundColor: '#202020',
tintColor,
headerTintColor: textColor,
tabText: '#ccc',
errorBackground: 'red',
errorText: '#fff',
errorText: textColor,
warningBackground: '#EAEB5E',
warningText: '#666804',
noticeBackground: tintColor,
noticeText: '#fff'
noticeText: textColor
};

View File

@ -25,6 +25,7 @@ const theme = {
...DarkTheme.colors,
primary: Colors.tintColor,
background: Colors.backgroundColor,
card: Colors.headerBackgroundColor,
text: Colors.textColor,
border: 'transparent'
}

View File

@ -258,7 +258,7 @@ const styles = StyleSheet.create({
opacity: 0
},
statusBarSpacer: {
backgroundColor: Colors.backgroundColor,
backgroundColor: Colors.headerBackgroundColor,
height: Constants.statusBarHeight
},
error: {