refactor: style for body

This commit is contained in:
Shivam Mishra
2023-12-04 13:07:41 +05:30
parent 115690b88a
commit 944c6c4842
@@ -10,11 +10,11 @@
{{ title }}
</slot>
</h2>
<p class="mt-2 text-sm dark:text-slate-200">
<slot name="body">
<slot name="body">
<p class="mt-2 text-sm dark:text-slate-200">
{{ body }}
</slot>
</p>
</p>
</slot>
<div class="mt-8">
<slot />
</div>