Skip to content

Commit

Permalink
fix issue Monte9#109: Adjust unwanted vertical line beside the stars
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Alves committed Jun 10, 2021
1 parent 854099c commit aa038e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SwipeRating.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,8 @@ const styles = StyleSheet.create( {
starsWrapper: {
flexDirection: "row",
justifyContent: "center",
alignItems: "center"
alignItems: "center",
left: 1
},
starsInsideWrapper: {
position: "absolute",
Expand Down

0 comments on commit aa038e8

Please sign in to comment.