Skip to content

Commit

Permalink
feat: some extra spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterds committed Jul 5, 2023
1 parent d2e7d3d commit 19530ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Swimlane/PopularMovies/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Swimlane/PopularTVShows/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Swimlane/TopRatedMovies/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Swimlane/TopRatedTVShows/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Swimlane/TrendingToday/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 19530ac

Please sign in to comment.