upgrade to Symfony 7.3, style updates

This commit is contained in:
2025-06-01 15:58:04 -05:00
parent 08d28d9a4f
commit 4ee338e397
9 changed files with 513 additions and 395 deletions

View File

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