Search, Remove Value Icon Fixed (CSS ERROR)

master
Pedram Keshavarzi 3 years ago
parent f792003123
commit 67bdebd76e
  1. 2
      src/components/Search/index.js

@ -21,7 +21,7 @@ export default function Search(props) {
<input <input
type="search" type="search"
name="q" name="q"
className="w-full py-3 text-sm text-white border rounded-md pr-5 outline-none focus:ring-1 focus:text-gray-900" className="w-full py-3 text-sm text-white border rounded-md pr-5 pl-14 outline-none focus:ring-1 focus:text-gray-900 "
placeholder={_.join([langDetector(props.lang , "جستجو...", "Search...")], " ")} placeholder={_.join([langDetector(props.lang , "جستجو...", "Search...")], " ")}
autoComplete="off" autoComplete="off"
/> />

Loading…
Cancel
Save