We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578be32 commit ff17aa7Copy full SHA for ff17aa7
1 file changed
packages/ui/components/form/select/Select.tsx
@@ -112,8 +112,8 @@ export const Select = <
112
? "[&>*:last-child]:rotate-180 [&>*:last-child]:transition-transform [&>*:last-child]:w-4 [&>*:last-child]:h-4"
113
: "rotate-180 transition-transform w-4 h-4"
114
: hasMultiLastIcons
115
- ? "[&>*:last-child]:w-4 [&>*:last-child]:h-4 text-default"
116
- : "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"
117
),
118
multiValueRemove: () => "text-default py-auto",
119
0 commit comments