styling and data fetching hotfix

This commit is contained in:
Violet Caulfield
2025-05-18 13:32:48 -05:00
parent bfded53a40
commit bbe6790360
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ const QueryConfig = {
* The number of items to fetch for the library, set to 30
* This is used for the artists, albums, and tracks tabs in the library
*/
library: 75,
library: 250,
/**
* The number of items to fetch for the instant mix, set to 50

View File

@@ -72,7 +72,7 @@ export default function Settings(): React.JSX.Element {
/>
<SettingsTabsNavigator.Screen
name='Account'
name='User'
component={AccountTab}
options={{
tabBarIcon: ({ focused, color }) => (