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', },