completed search page, some chasnges buttons in sequence

This commit is contained in:
2025-04-30 13:05:02 +05:00
parent 8af3ed8f5e
commit f0f4e6f234
11 changed files with 189 additions and 69 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ function Select({
)}
<button
className={clsx(
"2xl:px-[1.111vw] px-4 2xl:py-[0.833vw] py-3 2xl:rounded-[0.833vw] rounded-xl 2xl:ring-[0.069vw] ring-1 transition-[box-shadow] w-full text-left flex items-center justify-between group",
"2xl:px-[1.111vw] px-4 2xl:py-[0.833vw] py-3 2xl:rounded-[0.833vw] rounded-xl 2xl:ring-[0.069vw] ring-1 transition-[box-shadow] w-full text-left flex items-center justify-between group bg-white",
isShow ? " ring-[#00BED7]" : "ring-[#E2E2DC]"
)}
onClick={() => setIsShow(!isShow)}