Browse Source

feat: unmasters fix static headr tabs

Oleksandr Honcharov 1 year ago
parent
commit
acd1a5d026
1 changed files with 2 additions and 1 deletions
  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',