Skip to content

Commit d1574d9

Browse files
committed
Removes animation on the dropdown menu icon
1 parent 2ff7deb commit d1574d9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

apps/webapp/app/components/primitives/Popover.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,7 @@ function PopoverArrowTrigger({
175175
>
176176
{children}
177177
</Paragraph>
178-
<DropdownIcon
179-
className={cn(
180-
"h-4 w-4 min-w-[0.75rem] text-text-dimmed transition group-hover:text-text-bright",
181-
isOpen && "-scale-y-100"
182-
)}
183-
/>
178+
<DropdownIcon className="size-4 min-w-[0.75rem] text-text-dimmed transition group-hover:text-text-bright" />
184179
</PopoverTrigger>
185180
);
186181
}

0 commit comments

Comments
 (0)