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.
2 parents 8af469c + 50e5951 commit a6b857cCopy full SHA for a6b857c
resources/views/tailwind/includes/filters.blade.php
@@ -48,7 +48,7 @@ class="origin-top-right absolute right-0 mt-2 w-full md:w-56 rounded-md shadow-l
48
@elseif (count($customFilters))
49
@foreach ($customFilters as $key => $filter)
50
<div class="py-1" role="none">
51
- <div class="block px-4 py-2 text-sm text-gray-700" role="menuitem">
+ <div class="block px-4 py-2 text-sm text-gray-700 dark:text-white" role="menuitem">
52
<label for="filter-{{ $key }}"
53
class="block text-sm font-medium leading-5 text-gray-700 dark:text-white">
54
{{ $filter->name() }}
0 commit comments