Skip to content

Commit

Permalink
fix(console): pagination color should be color-text-link (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyijun authored Jul 7, 2022
1 parent c7def11 commit 481b6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/console/src/components/Pagination/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
}

&.active {
border-color: var(--color-primary);
color: var(--color-primary);
border-color: var(--color-text-link);
color: var(--color-text-link);
}
}

Expand Down

0 comments on commit 481b6a0

Please sign in to comment.