Skip to content

Commit

Permalink
Update accordion-trigger.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger authored Jan 10, 2025
1 parent a8828e2 commit 9dc503c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/ui/accordion/accordion-trigger.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<AccordionPrimitive.Trigger
bind:ref
class={cn(
'flex flex-1 items-center justify-between py-4 font-medium transition-all hover:underline [&[data-state=open]>svg]:rotate-180',
'flex flex-1 items-center justify-between py-4 font-medium transition-transform hover:underline [&[data-state=open]>svg]:rotate-180',
className
)}
{...restProps}
Expand Down

0 comments on commit 9dc503c

Please sign in to comment.