fix tailwind

This commit is contained in:
2026-01-20 13:34:23 +05:00
parent 6b81b2995b
commit 40a3465ed9
12 changed files with 136 additions and 93 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ function UnitTypesSelect({
"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-opacity-70"
: "ring-[#E2E2DC] text-[#0D1922]/70"
)}
>
{formattedUnitTypes.get(unitType)}