problem solved
Build and Deploy Docker Images / build_and_deploy (push) Waiting to run

This commit is contained in:
hamid zarghami
2026-07-29 09:41:41 +03:30
parent 2248845467
commit 3d2de6fd4b
+1 -1
View File
@@ -25,7 +25,7 @@ export default function SearchBox({ className, value, placeholder = "", onChange
onChange={onChange} onChange={onChange}
value={value} value={value}
placeholder={placeholder} 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" type="search"
{...props} {...props}
/> />