Skip to content

Commit

Permalink
fix: made placeholder text darker
Browse files Browse the repository at this point in the history
  • Loading branch information
jrammmy committed Apr 1, 2021
1 parent 185e1b4 commit d82f3e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/dropdown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ export default class Dropdown extends PureComponent {
<TextInput
style={styles.input}
placeholder={'Search here'}
placeholderTextColor="#808080"
onChangeText={text => this.searchFilterFunction(text)}
/>

Expand Down

0 comments on commit d82f3e1

Please sign in to comment.