Skip to content

Commit fb3c448

Browse files
committed
fix: update filter clear button styling for improved user experience
1 parent dd5b8a3 commit fb3c448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/spa/src/views/ListView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143

144144
<div
145145
@click.stop="filtersStore.clearFilters()"
146-
class="p-0.5 hover:bg-gray-200 dark:hover:bg-gray-600 rounded-full transition-colors"
146+
class="p-0.5 hover:bg-gray-200 dark:hover:bg-gray-600 rounded-md transition-colors"
147147
>
148148
<IconCloseOutline class="w-4 h-4 text-red-500" />
149149
</div>

0 commit comments

Comments
 (0)