change fields

This commit is contained in:
Ehsan
2024-10-21 04:08:35 +03:30
parent df0a08dcdc
commit b69a66006a
5 changed files with 345 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ function ListMenu({ list, isOpen }) {
relative cursor-pointer after:absolute after:right-0 after:h-0.5 after:bottom-0 after:w-0
${
idx === 0
? "hidden lg:flex text-[#3B3B3B] after:hover:w-full after:transition-all after:hover:bg-[#F17732] font-bold pb-1.5"
? "hidden lg:flex text-[#3B3B3B] after:hover:w-full after:!duration-500 after:transition-all after:hover:bg-[#F17732] font-bold pb-1.5"
: "text-[#616161] border-transparent font-normal"
}
text-[16px] w-fit