Remove top bar in the shell

This commit is contained in:
Paul Frazee 2022-09-29 09:05:40 -05:00
parent 0312a8132c
commit a9f9235976
2 changed files with 5 additions and 5 deletions

View file

@ -37,8 +37,8 @@ const styles = StyleSheet.create({
outer: {
position: 'absolute',
zIndex: zIndex.FAB,
right: 20,
bottom: 10,
right: 22,
bottom: 14,
width: 60,
height: 60,
borderRadius: 30,