Browse Source

visual glitch(series list)

Viktoriia 2 weeks ago
parent
commit
fa83957385
1 changed files with 7 additions and 6 deletions
  1. 7 6
      src/screens/InAppScreens/TravelsScreen/Series/styles.tsx

+ 7 - 6
src/screens/InAppScreens/TravelsScreen/Series/styles.tsx

@@ -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,