fix: normalize component boundary spacing

This commit is contained in:
2026-07-19 20:08:14 +05:30
parent eaea2c5f72
commit c5326f7622
191 changed files with 1280 additions and 351 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
component Accordion {
props {
class = ""
title = "Question"
open = false
}
@@ -7,7 +8,7 @@ component Accordion {
state expanded = open
view {
<div class="border-b border-slate-200 dark:border-slate-800" >
<div class="border-b border-slate-200 dark:border-slate-800 {class}" >
<button
type="button"
class="flex w-full items-center justify-between gap-4 py-5 text-left font-semibold"