This commit is contained in:
@@ -25,7 +25,7 @@ export default function SearchBox({ className, value, placeholder = "", onChange
|
||||
onChange={onChange}
|
||||
value={value}
|
||||
placeholder={placeholder}
|
||||
className="text-[#8C90A3] pt-1 block outline-none border-none focus:ring-0 focus:outline-none px-[7px] h-full items-center w-full text-xs!"
|
||||
className="text-[#8C90A3] pt-1 block outline-none border-none focus:ring-0 focus:outline-none px-1.75 h-full items-center w-full text-xs!"
|
||||
type="search"
|
||||
{...props}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user