feat: improve accessiblity

This commit is contained in:
Hamzat Victor 2024-10-23 12:07:17 +01:00
parent 107cd3ddcc
commit bf5bc8b1cf

View File

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