mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-27 00:00:26 +00:00
Update header and tab bar colors to match 10.5+
This commit is contained in:
parent
16b8fb2b91
commit
5dc64fd6c2
@ -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
|
||||
};
|
||||
|
@ -25,6 +25,7 @@ const theme = {
|
||||
...DarkTheme.colors,
|
||||
primary: Colors.tintColor,
|
||||
background: Colors.backgroundColor,
|
||||
card: Colors.headerBackgroundColor,
|
||||
text: Colors.textColor,
|
||||
border: 'transparent'
|
||||
}
|
||||
|
@ -258,7 +258,7 @@ const styles = StyleSheet.create({
|
||||
opacity: 0
|
||||
},
|
||||
statusBarSpacer: {
|
||||
backgroundColor: Colors.backgroundColor,
|
||||
backgroundColor: Colors.headerBackgroundColor,
|
||||
height: Constants.statusBarHeight
|
||||
},
|
||||
error: {
|
||||
|
Loading…
Reference in New Issue
Block a user