Skip to content

Commit fde2f3f

Browse files
fix: clear all filters button dark mode hover contrast (#1043) (#1105)
1 parent 0572d6f commit fde2f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unfold/templates/unfold/helpers/change_list_filter_actions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{% endif %}
2323

2424
{% if cl.has_active_filters %}
25-
<a href="{{ cl.clear_all_filters_qs }}" class="border flex-grow font-medium px-3 py-2 rounded text-center transition-all w-full hover:bg-base-50 lg:w-auto dark:border-base-700 dark:hover:text-base-200">
25+
<a href="{{ cl.clear_all_filters_qs }}" class="border flex-grow font-medium px-3 py-2 rounded text-center transition-all w-full lg:w-auto dark:border-base-700 dark:hover:text-base-200">
2626
{% trans "Clear all filters" %}
2727
</a>
2828
{% endif %}

0 commit comments

Comments
 (0)