This commit is contained in:
Viet An
2026-06-18 11:57:37 +07:00
parent 5302e685a4
commit 8b07ab4e65
34 changed files with 90 additions and 65 deletions

View File

@@ -9,7 +9,7 @@
<Icon
name="mdi:sort-alphabetical-ascending"
:size="22"
:class="checkFilter() && 'has-text-grey-light'"
:class="checkFilter() && 'has-text-grey-70'"
/>
</span>
</button>
@@ -28,7 +28,7 @@
<Icon
name="mdi:sort-alphabetical-descending"
:size="22"
:class="checkFilter() && 'has-text-grey-light'"
:class="checkFilter() && 'has-text-grey-70'"
/>
</span>
</button>