upgrade to Symfony 7.3, style updates
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user