Update DisclosureComponent indentation

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-29 19:30:09 -03:00
commit bbf93bfb90

View file

@ -20,7 +20,7 @@ export default function DisclosureComponent({
: "components-disclosure-arrangement"
}
>
<div className={"flex gap-4" + (isChild ? " pl-4" : "")}>
<div className={"flex gap-4" + (isChild ? " pl-2" : "")}>
{/* BUG ON THIS ICON */}
<Icon strokeWidth={1.5} size={22} className="text-primary" />
<span className="components-disclosure-title">{title}</span>