From 8dc8200f074e473ead32b753942621eedac08be3 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 11 Oct 2022 09:19:09 -0500 Subject: Rearrange shell buttons to merge notifications into menu and bring back forward --- src/view/shell/mobile/MainMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/shell/mobile/MainMenu.tsx') 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, -- cgit 1.4.1