fix: pixel perfect status badge

This commit is contained in:
2025-05-12 14:33:06 -05:00
parent 8428fc6cf6
commit eded5a2fc8

View File

@@ -1,3 +1,3 @@
<span {{ attributes }} class="py-[3px] px-[8px] bg-{{ color|default('green') }}-600 rounded-lg inline-block text-center text-xs text-gray-50">
<span {{ attributes }} class="py-[3px] px-[7px] bg-{{ color|default('green') }}-600 rounded-lg inline-block text-center text-xs text-gray-50">
{{ status }}
</span>