diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-08-25 14:53:03 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-08-25 14:53:03 -0700 |
commit | 0ca28ccca65a764bf66238cd59df5f6dbb958d2b (patch) | |
tree | cd0f55a79d9b99657f1d1639029d0dbe66795d3e /src/view/shell/Composer.web.tsx | |
parent | 08fe7fb08451d4d286f5013d9ad14b4e32afa50b (diff) | |
parent | a3cb12f584f6d55a0754fd608fb00d9b7f29e807 (diff) | |
download | voidsky-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.tsx | 2 |
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, |