tailwind4->3

This commit is contained in:
2025-07-29 13:23:43 +05:00
parent 3ba60ce204
commit e7d362e3b5
41 changed files with 387 additions and 251 deletions
+2 -2
View File
@@ -32,10 +32,10 @@ function UnitTypesSelect({
)
}
className={clsx(
"2xl:px-[1.389vw] 2xl:py-[0.833vw] px-5 py-3 2xl:rounded-[2.778vw] rounded-[40px] 2xl:ring-[0.069vw] ring transition-[box-shadow] cursor-pointer text-s",
"2xl:px-[1.389vw] 2xl:py-[0.833vw] px-5 py-3 2xl:rounded-[2.778vw] rounded-[40px] 2xl:ring-[0.069vw] ring-1 transition-[box-shadow] cursor-pointer text-s",
selectedUnitTypes.includes(unitType)
? "ring-[#00BED7]"
: "ring-[#E2E2DC] text-[#0D1922]/70"
: "ring-[#E2E2DC] text-opacity-70"
)}
>
{formattedUnitTypes.get(unitType)}