|
@@ -472,7 +472,7 @@ const styles = StyleSheet.create({
|
|
|
},
|
|
},
|
|
|
itemImage: {
|
|
itemImage: {
|
|
|
width: '95%', // Very tight fit (leaving ~2.5% gap on sides = small gap)
|
|
width: '95%', // Very tight fit (leaving ~2.5% gap on sides = small gap)
|
|
|
- height: 142, // restore height
|
|
|
|
|
|
|
+ height: 162, // expand height downwards
|
|
|
borderRadius: 6,
|
|
borderRadius: 6,
|
|
|
alignSelf: 'center',
|
|
alignSelf: 'center',
|
|
|
marginTop: 13, // Tighter top fit (approx 1px-2px visual gap)
|
|
marginTop: 13, // Tighter top fit (approx 1px-2px visual gap)
|
|
@@ -482,7 +482,7 @@ const styles = StyleSheet.create({
|
|
|
justifyContent: 'space-between',
|
|
justifyContent: 'space-between',
|
|
|
alignItems: 'center',
|
|
alignItems: 'center',
|
|
|
paddingHorizontal: 20, // Visual padding for text
|
|
paddingHorizontal: 20, // Visual padding for text
|
|
|
- paddingTop: 12, // Space between image and text
|
|
|
|
|
|
|
+ paddingTop: 18, // Move text downwards
|
|
|
},
|
|
},
|
|
|
itemName: {
|
|
itemName: {
|
|
|
flex: 1,
|
|
flex: 1,
|