styling statusbar

This commit is contained in:
balzack 2022-10-19 21:26:13 -07:00
parent 801336d05b
commit 7ddd875e73

View File

@ -379,7 +379,7 @@ export function Session() {
<Tab.Screen name="Contacts" component={ContactStackScreen} />
</Tab.Navigator>
)}
<StatusBar barStyle="dark-content" backgroundColor={Colors.background} />
<StatusBar barStyle="dark-content" backgroundColor={Colors.formBackground} />
</View>
);
}