feat: improve accessiblity
This commit is contained in:
parent
107cd3ddcc
commit
bf5bc8b1cf
@ -298,7 +298,7 @@ function SearchInput({
|
|||||||
placeholder="Search templates"
|
placeholder="Search templates"
|
||||||
value={value}
|
value={value}
|
||||||
onChange={(e) => onValueChange?.(e.target.value)}
|
onChange={(e) => onValueChange?.(e.target.value)}
|
||||||
className="bg-transparent placeholder:text-muted-foreground text-white w-full focus:outline-none text-xs"
|
className="bg-transparent placeholder:text-muted-foreground w-full focus:outline-none text-xs"
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user