Skip to content

Commit

Permalink
fix: Gridlines are misaligned between products in Product Index #143
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodrus committed Oct 4, 2019
1 parent 46bf713 commit 7053202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pirateship/src/components/PSProductIndex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const PIPStyle = StyleSheet.create({
marginHorizontal: 15
},
productItem: {
flex: 1,
paddingTop: 15,
paddingBottom: Platform.OS === 'android' ? 15 : 0,
borderBottomColor: border.color,
Expand Down

0 comments on commit 7053202

Please sign in to comment.