Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Commit

Permalink
Fix: fixed the RowOption arrow design on android
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Messa authored and JosefDuda committed Jan 30, 2019
1 parent cfea0a5 commit 40b8931
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/RowOption/RowOptionLeftIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ const styles = StyleSheet.create({
position: 'absolute',
bottom: -7,
backgroundColor: 'white',
android: {
bottom: -10,
},
},
leftIconContainer: {
justifyContent: 'center',
Expand Down

0 comments on commit 40b8931

Please sign in to comment.