hiddentao / react-native-modal-filter-picker

Cross-platform modal picker for React Native which supports keyword filtering, custom rendering, etc
MIT License
104 stars 74 forks source link

How to add margin for the search text in search window #36

Closed nihp closed 5 years ago

nihp commented 5 years ago

I need to add some margin-left value for the search text. I am using the modal filter picker. But if I set margin value means it moving entire search box. Screenshot 2019-08-20 at 2 31 12 PM

  filterInputText: {
    height:36,
    fontSize: 14,
    color: '#ffffff',
    backgroundColor:'#A0A0A0',
  }