add aria-label for search field
This commit is contained in:
parent
f1d10f1c9e
commit
3f379a819f
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ function SearchToolbar({
|
|||
</InputLeftElement>
|
||||
<Input
|
||||
placeholder="Search for items to add…"
|
||||
aria-label="Search for items to add…"
|
||||
focusBorderColor="green.600"
|
||||
color="green.800"
|
||||
value={query}
|
||||
|
|
Loading…
Reference in a new issue