We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcef44 commit d7e685bCopy full SHA for d7e685b
src/components/Picker.js
@@ -149,7 +149,7 @@ function Picker({
149
searchable = false,
150
searchContainerStyle = {},
151
searchPlaceholder = null,
152
- searchPlaceholderTextColor = Colors.GREY,
+ searchPlaceholderTextColor = Colors.GREY, // Todo: this default should come from the theme?
153
searchTextInputProps = {},
154
searchTextInputStyle = {},
155
searchWithRegionalAccents = false,
0 commit comments