about summary refs log tree commit diff
path: root/src/view/shell
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/shell')
-rw-r--r--src/view/shell/mobile/Menu.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/mobile/Menu.tsx b/src/view/shell/mobile/Menu.tsx
index 6ffa4c1e6..875bb5a3d 100644
--- a/src/view/shell/mobile/Menu.tsx
+++ b/src/view/shell/mobile/Menu.tsx
@@ -175,7 +175,7 @@ export const Menu = observer(
             {VersionNumber.buildVersion})
           </Text>
         </View>
-        <View style={{height: 100}} />
+        <View style={s.footerSpacer} />
       </ScrollView>
     )
   },