mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
setting header color for android dark
This commit is contained in:
parent
d12f626324
commit
e1ecd64755
@ -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 });
|
||||||
},
|
},
|
||||||
|
@ -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',
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user