Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
fix(Accordion): fix wrong accordion content class
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi authored and kelsos committed Mar 5, 2024
1 parent 7c2daae commit a4cd492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/accordions/accordion/Accordion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const slots = useSlots();
</div>
<div
v-if="open || eager"
:class="[contentClass, css.content]"
:class="[contentClass, css.accordion__content]"
class="accordion__content"
>
<div
Expand Down

0 comments on commit a4cd492

Please sign in to comment.