setting header color for android dark

This commit is contained in:
balzack 2023-03-04 22:22:01 -08:00
parent d12f626324
commit e1ecd64755
3 changed files with 3 additions and 0 deletions

View File

@ -139,6 +139,7 @@ export function useAppContext() {
console.log(err); console.log(err);
} }
await clearSession(); await clearSession();
access.current = null;
await store.actions.clearSession(); await store.actions.clearSession();
updateState({ loggingOut: false }); updateState({ loggingOut: false });
}, },

View File

@ -55,6 +55,7 @@ export const styles = StyleSheet.create({
fontSize: 18, fontSize: 18,
overflow: 'hidden', overflow: 'hidden',
textAlign: 'center', textAlign: 'center',
color: Colors.text,
}, },
camera: { camera: {
position: 'absolute', position: 'absolute',

View File

@ -34,6 +34,7 @@ export const styles = StyleSheet.create({
flexShrink: 1, flexShrink: 1,
paddingLeft: 16, paddingLeft: 16,
paddingRight: 16, paddingRight: 16,
color: Colors.text,
}, },
titlebutton: { titlebutton: {
paddingRight: 8, paddingRight: 8,