diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-11-05 16:12:06 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-11-05 16:12:06 -0500 |
commit | ff9161d8e70fc2e6d066fd045bd2a380c63cb46c (patch) | |
tree | d21be07f1f54c4df8dbef152788359cbb9ba1315 /src/view/shell/mobile/Composer.tsx | |
parent | 5d6ab1f5485ab419e2c2155d91a9585bea8ff219 (diff) | |
download | voidsky-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.tsx | 2 |
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, }, }) |