mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-02 20:18:29 +01:00
fix(music): use white tab labels instead of default blue
The music library tab view did not set tabBarActiveTintColor/ tabBarInactiveTintColor, so React Navigation's material-top-tabs fell back to its default blue active tint. Set explicit white (active) and gray (inactive) tint colors.
This commit is contained in:
@@ -40,6 +40,8 @@ const Layout = () => {
|
||||
keyboardDismissMode='none'
|
||||
screenOptions={{
|
||||
tabBarBounces: true,
|
||||
tabBarActiveTintColor: "#FFFFFF",
|
||||
tabBarInactiveTintColor: "#9CA3AF",
|
||||
tabBarLabelStyle: {
|
||||
fontSize: TAB_LABEL_FONT_SIZE,
|
||||
fontWeight: "600",
|
||||
|
||||
Reference in New Issue
Block a user