Skip to content

Commit

Permalink
fix: shorten transition duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Stevens committed May 16, 2024
1 parent cd5a62f commit 13ba382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/AccordionLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { title, icon } = Astro.props;
---

<BaseLayout>
<div class="collapse collapse-arrow ease-in-out duration-700">
<div class="collapse collapse-arrow ease-in-out duration-300">
<input aria-label={title} type="checkbox" />
<div class="collapse-title font-extrabold tracking-tight md:text-2xl">
<div class="flex">
Expand Down

0 comments on commit 13ba382

Please sign in to comment.