diff --git a/app/(tabs)/programs.tsx b/app/(tabs)/programs.tsx index 308e67b..841651d 100644 --- a/app/(tabs)/programs.tsx +++ b/app/(tabs)/programs.tsx @@ -108,7 +108,7 @@ export default function Programs() { - {activity.time} + {activity.time && {activity.time}} {activity.title} {activity.description} @@ -196,12 +196,13 @@ const styles = StyleSheet.create({ timeText: { color: 'gray', fontSize: 14, + marginBottom: 4, }, activityTitle: { color: 'white', fontSize: 20, fontWeight: 'bold', - marginVertical: 4, + marginBottom: 4, }, activityDescription: { color: 'gray',