Skip to content

Commit

Permalink
Fixed Pagination-button border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Oct 16, 2023
1 parent 367b8eb commit c7cc75c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- **Version 2.2 (breaking changes from 2.1.x)**

- 2.2.17: Fixed Pagination-button border-radius.
- 2.2.15/2.2.16: Added more NLDS options to Pagination.
- 2.2.13/2.2.14:
- Updated Textarea and all Input components to allow aria-label.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@conduction/components",
"version": "2.2.16",
"version": "2.2.17",
"description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Pagination/Pagination.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
border-width: var(--conduction-pagination-navigation-button-border-width, var(--utrecht-button-border-width)) !important;
border-style: var(--conduction-pagination-navigation-button-border-style, var(--utrecht-button-border-style)) !important;
border-color: var(--conduction-pagination-navigation-button-border-color, var(--utrecht-button-border-color)) !important;
border-radius: var(--conduction-pagination-navigation-button-border-radius, var(--utrecht-button-border-radius));
border-radius: var(--conduction-pagination-navigation-button-border-radius, var(--utrecht-button-border-radius)) !important;
padding-inline-start: var(--conduction-pagination-navigation-button-padding-inline-start) !important;
padding-inline-end: var(--conduction-pagination-navigation-button-padding-inline-end) !important;
padding-block-start: var(--conduction-pagination-navigation-button-padding-block-start) !important;
Expand Down

0 comments on commit c7cc75c

Please sign in to comment.