diff --git a/apps/mobile/app/(app)/(tabs)/_layout.tsx b/apps/mobile/app/(app)/(tabs)/_layout.tsx index 2f79449b..a4cb1631 100644 --- a/apps/mobile/app/(app)/(tabs)/_layout.tsx +++ b/apps/mobile/app/(app)/(tabs)/_layout.tsx @@ -13,12 +13,16 @@ export default function TabLayout() { tabBarShowLabel: false, tabBarStyle: { borderTopWidth: 0, + backgroundColor: theme[colorScheme ?? 'light'].background, }, headerTitleStyle: { - fontFamily: 'Be Vietnam Pro', + fontFamily: 'Be Vietnam Pro Medium', fontSize: 16, color: theme[colorScheme ?? 'light'].primary, }, + headerStyle: { + backgroundColor: theme[colorScheme ?? 'light'].background, + } }} > + @@ -29,7 +30,7 @@ export default function SettingsScreen() { label="Free" className="self-start rounded-md mb-1" /> - + {user?.fullName ?? user?.primaryEmailAddress?.emailAddress} @@ -37,17 +38,41 @@ export default function SettingsScreen() { - - Others - -