We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfaca1 commit 23c5932Copy full SHA for 23c5932
resources/views/components/tools/filter-pills.blade.php
@@ -49,7 +49,7 @@
49
class="flex-shrink-0 ml-0.5 h-4 w-4 rounded-full inline-flex items-center justify-center text-indigo-400 hover:bg-indigo-200 hover:text-indigo-500 focus:outline-none focus:bg-indigo-500 focus:text-white"
50
>
51
<span class="sr-only">@lang('livewire-tables::Remove filter option')</span>
52
- <x-heroicon-m-x-mark class="h-2 w-2" />
+ <x-heroicon-m-x-mark class="h-full" />
53
</button>
54
@else
55
<a
0 commit comments