From ff9161d8e70fc2e6d066fd045bd2a380c63cb46c Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Sat, 5 Nov 2022 16:12:06 -0500 Subject: Sizing and spacing fixes based on on-device testing --- src/view/shell/mobile/Composer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/shell/mobile/Composer.tsx') 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, }, }) -- cgit 1.4.1