From 83701955df897ef418292e873edc96e7931542b7 Mon Sep 17 00:00:00 2001 From: Nayif Noushad Date: Fri, 11 Apr 2025 22:55:23 +0530 Subject: [PATCH] some fixes --- src/components/home/ThisWeekSection.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/home/ThisWeekSection.tsx b/src/components/home/ThisWeekSection.tsx index 46899692..2b2c32ef 100644 --- a/src/components/home/ThisWeekSection.tsx +++ b/src/components/home/ThisWeekSection.tsx @@ -339,14 +339,15 @@ const styles = StyleSheet.create({ left: 0, right: 0, bottom: 0, - height: '70%', - justifyContent: 'space-between', + height: '80%', + justifyContent: 'flex-end', padding: 16, }, badgeContainer: { flexDirection: 'row', alignItems: 'center', justifyContent: 'space-between', + marginBottom: 12, }, badge: { flexDirection: 'row', @@ -398,7 +399,7 @@ const styles = StyleSheet.create({ overview: { color: colors.lightGray, fontSize: 12, - marginBottom: 6, + marginBottom: 4, opacity: 0.8, }, releaseDate: {