add dark mode in BaseDescriptionListItem

This commit is contained in:
yashkanakiya
2023-03-27 15:24:15 +05:30
parent 5504aa1c41
commit df19a55ff7

View File

@ -10,7 +10,7 @@
{{ label }} {{ label }}
</BaseLabel> </BaseLabel>
<p class="text-sm font-bold leading-5 text-black non-italic"> <p class="text-sm font-bold leading-5 text-black non-italic dark:text-white">
{{ value }} {{ value }}
<slot /> <slot />