diff --git a/src/components/input/SearchBox.tsx b/src/components/input/SearchBox.tsx index a568f8a..5a16abb 100644 --- a/src/components/input/SearchBox.tsx +++ b/src/components/input/SearchBox.tsx @@ -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} />