Less space for title
This commit is contained in:
+2
-1
@@ -123,6 +123,7 @@ const styles = StyleSheet.create({
|
|||||||
},
|
},
|
||||||
contentContainer: {
|
contentContainer: {
|
||||||
padding: Spacing.base,
|
padding: Spacing.base,
|
||||||
|
paddingTop: 0,
|
||||||
},
|
},
|
||||||
line: {
|
line: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
@@ -134,7 +135,7 @@ const styles = StyleSheet.create({
|
|||||||
color: Colors.purpleLight,
|
color: Colors.purpleLight,
|
||||||
fontFamily: Fonts.bold,
|
fontFamily: Fonts.bold,
|
||||||
fontSize: Sizes.huge,
|
fontSize: Sizes.huge,
|
||||||
marginVertical: Spacing.base,
|
marginVertical: Spacing.small,
|
||||||
},
|
},
|
||||||
turquoiseText: {
|
turquoiseText: {
|
||||||
color: Colors.turquoise,
|
color: Colors.turquoise,
|
||||||
|
|||||||
Reference in New Issue
Block a user