mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Fix: Heroicons v1 leftovers (#374)
Change the getOrderBy's button. Using Heroicons v2 Change the SortAscendingIcon to BarsArrowUpIcon Change the SortDescendingIcon to BarsArrowDownIcon
This commit is contained in:
@@ -391,8 +391,8 @@ onSearched = debounce(onSearched, 500)
|
|||||||
</BaseDropdown>
|
</BaseDropdown>
|
||||||
|
|
||||||
<BaseButton class="ml-1" size="md" variant="gray" @click="sortData">
|
<BaseButton class="ml-1" size="md" variant="gray" @click="sortData">
|
||||||
<BaseIcon v-if="getOrderBy" name="SortAscendingIcon" />
|
<BaseIcon v-if="getOrderBy" name="BarsArrowUpIcon" />
|
||||||
<BaseIcon v-else name="SortDescendingIcon" />
|
<BaseIcon v-else name="BarsArrowDownIcon" />
|
||||||
</BaseButton>
|
</BaseButton>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user