tailwind4->3
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user