From df783a074bb09e81689e55f0e5f1665d147ee171 Mon Sep 17 00:00:00 2001 From: austinried <4966622+austinried@users.noreply.github.com> Date: Tue, 20 Jul 2021 09:02:49 +0900 Subject: [PATCH] tweak height to match art --- app/screens/Home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/screens/Home.tsx b/app/screens/Home.tsx index 6d26ba2..7c7d834 100644 --- a/app/screens/Home.tsx +++ b/app/screens/Home.tsx @@ -60,7 +60,7 @@ const Category = React.memo<{ const Nothing = () => ( - + ) @@ -123,7 +123,7 @@ const styles = StyleSheet.create({ }, nothingHereContent: { width: '100%', - height: 190, + height: 200, justifyContent: 'center', alignItems: 'center', },