diff options
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, |