Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpryv010 committed May 24, 2022
2 parents 6ae5e7c + 103256f commit 281091f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WheelCurvedPicker.web.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,14 @@ const styles = StyleSheet.create({
selectedItemText: {
fontSize: 20,
fontWeight: 'bold',
opacity: 1,
color: '#000',
},

itemText: {
fontSize: 20,
color: '#aaa',
opacity: 0.5,
color: '#000',
textAlign: 'center',
},
});
Expand Down

0 comments on commit 281091f

Please sign in to comment.