Skip to content

Commit

Permalink
fix: adjust pagination style to the upstream changes
Browse files Browse the repository at this point in the history
Fix #810
  • Loading branch information
razonyang committed Nov 21, 2022
1 parent e18cf6e commit 2fbba2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/main/scss/_pagination.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.pagination {
justify-content: center;
--#{$prefix}pagination-active-bg: var(--#{$prefix}primary);
--#{$prefix}pagination-active-border-color: var(--#{$prefix}primary);
}

0 comments on commit 2fbba2b

Please sign in to comment.