Skip to content

Commit

Permalink
Update Pagination component snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianababakanian committed May 16, 2023
1 parent 421aa77 commit 66d4287
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions src/__tests__/Pagination/__snapshots__/Pagination.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@ exports[`Pagination renders consistently 1`] = `
border-color: transparent;
}
.c2[aria-disabled],
.c2[aria-disabled]:hover {
color: #8c959f;
cursor: default;
background-color: transparent;
border-color: transparent;
font-size: inherit;
font-family: inherit;
padding-top: inherit;
padding-bottom: inherit;
}
.c2[aria-disabled],
.c2[aria-disabled]:hover,
.c2[role='presentation'],
Expand Down Expand Up @@ -123,12 +135,12 @@ exports[`Pagination renders consistently 1`] = `
className="c1"
display="inline-block"
>
<span
<button
aria-disabled="true"
className="c2"
>
Previous
</span>
</button>
<a
aria-current="page"
aria-label="Page 1"
Expand Down

0 comments on commit 66d4287

Please sign in to comment.