about summary refs log tree commit diff
path: root/src/view/shell/Composer.web.tsx
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-08-25 14:53:03 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-08-25 14:53:03 -0700
commit0ca28ccca65a764bf66238cd59df5f6dbb958d2b (patch)
treecd0f55a79d9b99657f1d1639029d0dbe66795d3e /src/view/shell/Composer.web.tsx
parent08fe7fb08451d4d286f5013d9ad14b4e32afa50b (diff)
parenta3cb12f584f6d55a0754fd608fb00d9b7f29e807 (diff)
downloadvoidsky-0ca28ccca65a764bf66238cd59df5f6dbb958d2b.tar.zst
Merge branch 'main' into ansh/app-812-add-custom-feed-discovery-to-onboarding
Diffstat (limited to 'src/view/shell/Composer.web.tsx')
-rw-r--r--src/view/shell/Composer.web.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/Composer.web.tsx b/src/view/shell/Composer.web.tsx
index 2effa0cca..c0da27da6 100644
--- a/src/view/shell/Composer.web.tsx
+++ b/src/view/shell/Composer.web.tsx
@@ -59,9 +59,9 @@ const styles = StyleSheet.create({
     height: '100%',
     backgroundColor: '#000c',
     alignItems: 'center',
-    justifyContent: 'center',
   },
   container: {
+    marginTop: 50,
     maxWidth: 600,
     width: '100%',
     paddingVertical: 0,