From ff17aa79fcb98668cf190d5e6d23fcaf63dd76e7 Mon Sep 17 00:00:00 2001 From: Pallav <90088723+Pallava-Joshi@users.noreply.github.com> Date: Sat, 25 Oct 2025 14:53:50 +0530 Subject: [PATCH] updated animation for drop down menu (#23650) --- packages/ui/components/form/select/Select.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/components/form/select/Select.tsx b/packages/ui/components/form/select/Select.tsx index bc8b629442..166b16a2a8 100644 --- a/packages/ui/components/form/select/Select.tsx +++ b/packages/ui/components/form/select/Select.tsx @@ -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",