Explorar el Código

feat: unmasters fix static headr tabs

Oleksandr Honcharov hace 1 año
padre
commit
acd1a5d026
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/screens/InAppScreens/TravellersScreen/UNMasters/styles.ts

+ 2 - 1
src/screens/InAppScreens/TravellersScreen/UNMasters/styles.ts

@@ -6,7 +6,8 @@ export const UNMastersListStyles = StyleSheet.create({
   wrapper: {
     display: 'flex',
     flexDirection: 'row',
-    alignItems: 'center'
+    alignItems: 'center',
+    marginBottom: 5
   },
   countryAndYearItemWrapper: {
     display: 'flex',