[UPDT] HORILLA_THEME: Updated applyFilter button to include filterButton class
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
|
||||
<div class="flex justify-end ">
|
||||
<button
|
||||
class="px-4 py-2 bg-primary-600 text-white rounded-md text-xs flex items-center gap-2 hover:bg-primary-800 transition duration-300"
|
||||
class="px-4 py-2 bg-primary-600 text-white rounded-md text-xs flex items-center gap-2 hover:bg-primary-800 transition duration-300 filterButton"
|
||||
id="applyFilter">
|
||||
<img src="{% static 'horilla_theme/assets/img/icons/sort.svg' %}" style="filter: invert(1) brightness(2);" alt="{% trans 'Filter' %}" width="15"
|
||||
class="mt-[-1px]">{% trans "Filter" %}
|
||||
|
||||
Reference in New Issue
Block a user