clarify search placeholder text

This commit is contained in:
Matt Dunn-Rankin 2020-04-22 03:13:47 -07:00
parent df81764495
commit 527ba1c660

View file

@ -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}