fix: pixel perfect status badge
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user