updated animation for drop down menu (#23650)

This commit is contained in:
Pallav
2025-10-25 09:23:50 +00:00
committed by GitHub
parent 578be32936
commit ff17aa79fc
@@ -112,8 +112,8 @@ export const Select = <
? "[&>*:last-child]:rotate-180 [&>*:last-child]:transition-transform [&>*:last-child]:w-4 [&>*:last-child]:h-4"
: "rotate-180 transition-transform w-4 h-4"
: hasMultiLastIcons
? "[&>*:last-child]:w-4 [&>*:last-child]:h-4 text-default"
: "w-4 h-4 text-default"
? "[&>*:last-child]:transition-transform [&>*:last-child]:w-4 [&>*:last-child]:h-4 text-default"
: "transition-transform w-4 h-4 text-default"
),
multiValueRemove: () => "text-default py-auto",