about summary refs log tree commit diff
path: root/src/view/shell/mobile/Composer.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-11-05 16:12:06 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-11-05 16:12:06 -0500
commitff9161d8e70fc2e6d066fd045bd2a380c63cb46c (patch)
treed21be07f1f54c4df8dbef152788359cbb9ba1315 /src/view/shell/mobile/Composer.tsx
parent5d6ab1f5485ab419e2c2155d91a9585bea8ff219 (diff)
downloadvoidsky-ff9161d8e70fc2e6d066fd045bd2a380c63cb46c.tar.zst
Sizing and spacing fixes based on on-device testing
Diffstat (limited to 'src/view/shell/mobile/Composer.tsx')
-rw-r--r--src/view/shell/mobile/Composer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/mobile/Composer.tsx b/src/view/shell/mobile/Composer.tsx
index 62bc7304d..96fd50441 100644
--- a/src/view/shell/mobile/Composer.tsx
+++ b/src/view/shell/mobile/Composer.tsx
@@ -78,6 +78,6 @@ const styles = StyleSheet.create({
     bottom: 0,
     width: '100%',
     backgroundColor: '#fff',
-    paddingTop: 20,
+    paddingTop: 24,
   },
 })