Skip to content

Commit 50e5951

Browse files
authored
Added filters text color for dark mode in tailwind theme.
1 parent 3836d7f commit 50e5951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/tailwind/includes/filters.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class="origin-top-right absolute right-0 mt-2 w-full md:w-56 rounded-md shadow-l
4848
@elseif (count($customFilters))
4949
@foreach ($customFilters as $key => $filter)
5050
<div class="py-1" role="none">
51-
<div class="block px-4 py-2 text-sm text-gray-700" role="menuitem">
51+
<div class="block px-4 py-2 text-sm text-gray-700 dark:text-white" role="menuitem">
5252
<label for="filter-{{ $key }}"
5353
class="block text-sm font-medium leading-5 text-gray-700 dark:text-white">
5454
{{ $filter->name() }}

0 commit comments

Comments
 (0)