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" />
|
<Icon name="search" color="gray.400" />
|
||||||
</InputLeftElement>
|
</InputLeftElement>
|
||||||
<Input
|
<Input
|
||||||
placeholder="Search items…"
|
placeholder="Search for items to add…"
|
||||||
focusBorderColor="green.600"
|
focusBorderColor="green.600"
|
||||||
color="green.800"
|
color="green.800"
|
||||||
value={query}
|
value={query}
|
||||||
|
|
Loading…
Reference in a new issue