This commit is contained in:
2025-04-29 11:49:04 -03:00
parent b59d9d3cf2
commit f73da052e5
16 changed files with 94 additions and 66 deletions

View File

@@ -3,7 +3,7 @@ import { Icon } from "astro-icon/components";
---
<div
class="cursor-pointer flex items-center justify-between px-5 py-3"
class="cursor-pointer flex items-center justify-between px-5 gap-3 py-3"
x-on:click="open = !open"
>
<slot />