about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-05-18 10:36:16 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-05-18 10:36:16 -0700
commitf1d2166c2911456fc60c83eb3204e5d823dff475 (patch)
treed1a9c97fcff7821cbee80166682d38231c234224 /src
parent571fc37a9920d3b7b13a9eed2c46513036f3a4f4 (diff)
downloadvoidsky-f1d2166c2911456fc60c83eb3204e5d823dff475.tar.zst
fix spacing when user has no feeds
Diffstat (limited to 'src')
-rw-r--r--src/view/com/feeds/SavedFeeds.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/feeds/SavedFeeds.tsx b/src/view/com/feeds/SavedFeeds.tsx
index 1cb109a43..110a6e894 100644
--- a/src/view/com/feeds/SavedFeeds.tsx
+++ b/src/view/com/feeds/SavedFeeds.tsx
@@ -104,6 +104,7 @@ const styles = StyleSheet.create({
     paddingHorizontal: 26,
     paddingVertical: 18,
     gap: 18,
+    marginTop: 8,
   },
   empty: {
     paddingHorizontal: 18,