clarify search placeholder text
This commit is contained in:
parent
df81764495
commit
527ba1c660
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ function SearchToolbar({ query, onChange }) {
|
|||
<Icon name="search" color="gray.400" />
|
||||
</InputLeftElement>
|
||||
<Input
|
||||
placeholder="Search items…"
|
||||
placeholder="Search for items to add…"
|
||||
focusBorderColor="green.600"
|
||||
color="green.800"
|
||||
value={query}
|
||||
|
|
Loading…
Reference in a new issue