diff --git a/src/components/Swimlane/PopularMovies/styles.ts b/src/components/Swimlane/PopularMovies/styles.ts index 22620f2..81fdf0b 100644 --- a/src/components/Swimlane/PopularMovies/styles.ts +++ b/src/components/Swimlane/PopularMovies/styles.ts @@ -8,7 +8,7 @@ const styles = StyleSheet.create({ flatList: { paddingHorizontal: PADDING.HORIZONTAL, marginHorizontal: -size(2), - marginVertical: size(6), + marginVertical: size(8), }, title: { paddingHorizontal: PADDING.HORIZONTAL, diff --git a/src/components/Swimlane/PopularTVShows/styles.ts b/src/components/Swimlane/PopularTVShows/styles.ts index 22620f2..81fdf0b 100644 --- a/src/components/Swimlane/PopularTVShows/styles.ts +++ b/src/components/Swimlane/PopularTVShows/styles.ts @@ -8,7 +8,7 @@ const styles = StyleSheet.create({ flatList: { paddingHorizontal: PADDING.HORIZONTAL, marginHorizontal: -size(2), - marginVertical: size(6), + marginVertical: size(8), }, title: { paddingHorizontal: PADDING.HORIZONTAL, diff --git a/src/components/Swimlane/TopRatedMovies/styles.ts b/src/components/Swimlane/TopRatedMovies/styles.ts index 22620f2..81fdf0b 100644 --- a/src/components/Swimlane/TopRatedMovies/styles.ts +++ b/src/components/Swimlane/TopRatedMovies/styles.ts @@ -8,7 +8,7 @@ const styles = StyleSheet.create({ flatList: { paddingHorizontal: PADDING.HORIZONTAL, marginHorizontal: -size(2), - marginVertical: size(6), + marginVertical: size(8), }, title: { paddingHorizontal: PADDING.HORIZONTAL, diff --git a/src/components/Swimlane/TopRatedTVShows/styles.ts b/src/components/Swimlane/TopRatedTVShows/styles.ts index 22620f2..81fdf0b 100644 --- a/src/components/Swimlane/TopRatedTVShows/styles.ts +++ b/src/components/Swimlane/TopRatedTVShows/styles.ts @@ -8,7 +8,7 @@ const styles = StyleSheet.create({ flatList: { paddingHorizontal: PADDING.HORIZONTAL, marginHorizontal: -size(2), - marginVertical: size(6), + marginVertical: size(8), }, title: { paddingHorizontal: PADDING.HORIZONTAL, diff --git a/src/components/Swimlane/TrendingToday/styles.ts b/src/components/Swimlane/TrendingToday/styles.ts index 22620f2..81fdf0b 100644 --- a/src/components/Swimlane/TrendingToday/styles.ts +++ b/src/components/Swimlane/TrendingToday/styles.ts @@ -8,7 +8,7 @@ const styles = StyleSheet.create({ flatList: { paddingHorizontal: PADDING.HORIZONTAL, marginHorizontal: -size(2), - marginVertical: size(6), + marginVertical: size(8), }, title: { paddingHorizontal: PADDING.HORIZONTAL,