Skip to content

Commit

Permalink
Update accordion-content.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger authored Jan 10, 2025
1 parent 9dc503c commit 3abc52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/ui/accordion/accordion-content.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<AccordionPrimitive.Content
bind:ref
class={cn(
'overflow-hidden text-sm transition-all data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down',
'overflow-hidden text-sm transition-transform data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down',
className
)}
{...restProps}
Expand Down

0 comments on commit 3abc52e

Please sign in to comment.