diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-09-29 09:05:40 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-09-29 09:05:40 -0500 |
commit | a9f9235976333e5bc67a41c91a2e55b2e96f287b (patch) | |
tree | 87e9cc7bdd1473a71f8a6a47f89100dd7aa1babf /src/view/com/util/FloatingActionButton.tsx | |
parent | 0312a8132c0f16ac684d97e612b618f6dd66cb6d (diff) | |
download | voidsky-a9f9235976333e5bc67a41c91a2e55b2e96f287b.tar.zst |
Remove top bar in the shell
Diffstat (limited to 'src/view/com/util/FloatingActionButton.tsx')
-rw-r--r-- | src/view/com/util/FloatingActionButton.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/util/FloatingActionButton.tsx b/src/view/com/util/FloatingActionButton.tsx index 23a83b776..fa3e981e2 100644 --- a/src/view/com/util/FloatingActionButton.tsx +++ b/src/view/com/util/FloatingActionButton.tsx @@ -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, |