From 2d4aa722c9a2eb4c60ea97d0274f86705f76791e Mon Sep 17 00:00:00 2001 From: emelko Date: Sat, 20 Feb 2021 15:02:39 +0100 Subject: [PATCH] Less space for title --- components/home.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/home.js b/components/home.js index a6c8cc1..7cab57d 100644 --- a/components/home.js +++ b/components/home.js @@ -123,6 +123,7 @@ const styles = StyleSheet.create({ }, contentContainer: { padding: Spacing.base, + paddingTop: 0, }, line: { flexDirection: 'row', @@ -134,7 +135,7 @@ const styles = StyleSheet.create({ color: Colors.purpleLight, fontFamily: Fonts.bold, fontSize: Sizes.huge, - marginVertical: Spacing.base, + marginVertical: Spacing.small, }, turquoiseText: { color: Colors.turquoise,