fix(css): remove unnecessary tracking classes from status components for consistency

This commit is contained in:
Andras Bacsai
2025-10-09 16:38:40 +02:00
parent 3241bd2a74
commit 4a38497622
4 changed files with 4 additions and 4 deletions
@@ -8,6 +8,6 @@
@endif
<span wire:loading.remove.delay.longer class="flex items-center">
<div class="badge badge-error "></div>
<div class="pl-2 pr-1 text-xs font-bold tracking-wider text-error">{{ str($status)->before(':')->headline() }}</div>
<div class="pl-2 pr-1 text-xs font-bold text-error">{{ str($status)->before(':')->headline() }}</div>
</span>
</div>