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);
|
||||
}
|
||||
await clearSession();
|
||||
access.current = null;
|
||||
await store.actions.clearSession();
|
||||
updateState({ loggingOut: false });
|
||||
},
|
||||
|
@ -55,6 +55,7 @@ export const styles = StyleSheet.create({
|
||||
fontSize: 18,
|
||||
overflow: 'hidden',
|
||||
textAlign: 'center',
|
||||
color: Colors.text,
|
||||
},
|
||||
camera: {
|
||||
position: 'absolute',
|
||||
|
@ -34,6 +34,7 @@ export const styles = StyleSheet.create({
|
||||
flexShrink: 1,
|
||||
paddingLeft: 16,
|
||||
paddingRight: 16,
|
||||
color: Colors.text,
|
||||
},
|
||||
titlebutton: {
|
||||
paddingRight: 8,
|
||||
|
Loading…
Reference in New Issue
Block a user