mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 14:09:41 +00:00
Fix header color
This commit is contained in:
parent
5a584b4c82
commit
5e66f8a558
@ -25,7 +25,7 @@ const theme = {
|
||||
...DarkTheme.colors,
|
||||
primary: Colors.tintColor,
|
||||
background: Colors.backgroundColor,
|
||||
text: Colors.tabText,
|
||||
text: Colors.textColor,
|
||||
border: 'transparent'
|
||||
}
|
||||
};
|
||||
@ -52,6 +52,9 @@ function Main() {
|
||||
screenOptions={({ route }) => ({
|
||||
tabBarIcon: ({ color, size }) => TabIcon(route.name, color, size)
|
||||
})}
|
||||
tabBarOptions={{
|
||||
inactiveTintColor: Colors.tabText
|
||||
}}
|
||||
>
|
||||
<Tab.Screen name='Home' component={HomeScreen} />
|
||||
<Tab.Screen name='Settings' component={SettingsScreen} />
|
||||
|
Loading…
Reference in New Issue
Block a user