Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix btn brand highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Nov 29, 2023
1 parent 6d32ecb commit 331b681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/base/Pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
v-else
class="btn"
:class="{
'page-number current btn-highlighted': page === item,
'page-number current btn-brand-highlight': page === item,
'btn-transparent': page !== item,
shrink: item > 99,
}"
Expand Down

0 comments on commit 331b681

Please sign in to comment.