|
|
@@ -10,27 +10,28 @@ export const styles = StyleSheet.create({
|
|
|
itemContainer: {
|
|
|
flexDirection: 'row',
|
|
|
padding: 10,
|
|
|
- alignItems: 'center',
|
|
|
+ alignItems: 'center'
|
|
|
},
|
|
|
icon: {
|
|
|
width: 48,
|
|
|
height: 48,
|
|
|
marginRight: 10,
|
|
|
- resizeMode: 'contain',
|
|
|
+ resizeMode: 'contain'
|
|
|
},
|
|
|
infoContainer: {
|
|
|
flex: 1,
|
|
|
- justifyContent: 'center',
|
|
|
+ justifyContent: 'center'
|
|
|
},
|
|
|
titleContainer: {
|
|
|
display: 'flex',
|
|
|
flexDirection: 'row',
|
|
|
- gap: 2
|
|
|
+ gap: 2,
|
|
|
+ flexWrap: 'wrap'
|
|
|
},
|
|
|
title: {
|
|
|
fontSize: 14,
|
|
|
fontWeight: 'bold',
|
|
|
- color: Colors.DARK_BLUE,
|
|
|
+ color: Colors.DARK_BLUE
|
|
|
},
|
|
|
textNew: {
|
|
|
color: Colors.ORANGE,
|
|
|
@@ -45,7 +46,7 @@ export const styles = StyleSheet.create({
|
|
|
},
|
|
|
details: {
|
|
|
fontSize: 12,
|
|
|
- color: '#808080',
|
|
|
+ color: '#808080'
|
|
|
},
|
|
|
count: {
|
|
|
color: Colors.DARK_BLUE,
|