Skip to content

Commit 23c5932

Browse files
authored
Fix Filter Pills Icon - Tailwind
1 parent 1dfaca1 commit 23c5932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/tools/filter-pills.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
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"
5050
>
5151
<span class="sr-only">@lang('livewire-tables::Remove filter option')</span>
52-
<x-heroicon-m-x-mark class="h-2 w-2" />
52+
<x-heroicon-m-x-mark class="h-full" />
5353
</button>
5454
@else
5555
<a

0 commit comments

Comments
 (0)