Change bullet points background color

This commit is contained in:
prototypa
2023-08-14 09:13:34 -04:00
parent c3b8de03d3
commit 1eeee6ce2b

View File

@ -49,7 +49,7 @@ const {
{items.map(({ title: title2, description, icon }) => (
<div class="flex">
<div class="flex-shrink-0">
<div class="flex h-7 w-7 items-center justify-center rounded-full bg-primary text-gray-50">
<div class="flex h-7 w-7 items-center justify-center rounded-full bg-green-600 dark:bg-green-700 text-gray-50">
<Icon name={icon ? icon : 'tabler:check'} class="w-5 h-5" />
</div>
</div>