about summary refs log tree commit diff
path: root/src/view/screens/Settings.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/Settings.tsx')
-rw-r--r--src/view/screens/Settings.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx
index eaf1efebb..22230f24c 100644
--- a/src/view/screens/Settings.tsx
+++ b/src/view/screens/Settings.tsx
@@ -79,7 +79,7 @@ export const Settings = observer(function Settings({
           title="Debug tools">
           <Text style={pal.link}>Storybook</Text>
         </Link>
-        <View style={{height: 100}} />
+        <View style={s.footerSpacer} />
       </View>
     </View>
   )