- spinning loading button
This commit is contained in:
Jérémy Guillot
2024-07-05 19:28:11 +02:00
parent 586ebdb126
commit 7dee9d71be
2 changed files with 12 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
{% endif %}
{{ buttonAttributes|join(' ') }}
>
<i class="fas fa-{{ icon }} text-xl group-hover:text-green-500"></i>
<i data-toolbar-target="icon" class="fas fa-{{ icon }} text-xl group-hover:text-green-500"></i>
<span class="text-xs">{{ text }}</span>
</button>
</div>