Skip to content

Commit 13ba382

Browse files
author
Jan Stevens
committed
fix: shorten transition duration
1 parent cd5a62f commit 13ba382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/AccordionLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { title, icon } = Astro.props;
55
---
66

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

0 commit comments

Comments
 (0)