Skip to content

Commit d82f3e1

Browse files
committed
fix: made placeholder text darker
1 parent 185e1b4 commit d82f3e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/dropdown/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ export default class Dropdown extends PureComponent {
770770
<TextInput
771771
style={styles.input}
772772
placeholder={'Search here'}
773+
placeholderTextColor="#808080"
773774
onChangeText={text => this.searchFilterFunction(text)}
774775
/>
775776

0 commit comments

Comments
 (0)