Skip to content

Commit ff17aa7

Browse files
updated animation for drop down menu (calcom#23650)
1 parent 578be32 commit ff17aa7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ui/components/form/select/Select.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ export const Select = <
112112
? "[&>*:last-child]:rotate-180 [&>*:last-child]:transition-transform [&>*:last-child]:w-4 [&>*:last-child]:h-4"
113113
: "rotate-180 transition-transform w-4 h-4"
114114
: hasMultiLastIcons
115-
? "[&>*:last-child]:w-4 [&>*:last-child]:h-4 text-default"
116-
: "w-4 h-4 text-default"
115+
? "[&>*:last-child]:transition-transform [&>*:last-child]:w-4 [&>*:last-child]:h-4 text-default"
116+
: "transition-transform w-4 h-4 text-default"
117117
),
118118
multiValueRemove: () => "text-default py-auto",
119119

0 commit comments

Comments
 (0)