diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-10-11 09:19:09 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-10-11 09:19:09 -0500 |
commit | 8dc8200f074e473ead32b753942621eedac08be3 (patch) | |
tree | 0aa4c7cb1a97bc0fe02a90c7cdd5f6329e0dddc4 /src/view/shell/mobile/MainMenu.tsx | |
parent | a1428ca59a27b292c9c4ca8ae1957d23a0fd4e24 (diff) | |
download | voidsky-8dc8200f074e473ead32b753942621eedac08be3.tar.zst |
Rearrange shell buttons to merge notifications into menu and bring back forward
Diffstat (limited to 'src/view/shell/mobile/MainMenu.tsx')
-rw-r--r-- | src/view/shell/mobile/MainMenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/mobile/MainMenu.tsx b/src/view/shell/mobile/MainMenu.tsx index bf18f7645..3efef3c28 100644 --- a/src/view/shell/mobile/MainMenu.tsx +++ b/src/view/shell/mobile/MainMenu.tsx @@ -157,7 +157,7 @@ const styles = StyleSheet.create({ borderRadius: 15, width: 30, height: 30, - marginRight: 5, + marginRight: 8, }, profileText: { fontSize: 15, |