Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/strange-rats-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': minor
---

Updated Pagination to be correct height of 40px when in the table variant
2 changes: 1 addition & 1 deletion polaris-react/src/components/Pagination/Pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
border-top: 1px solid var(--p-color-border);

button {
--button-min-height: var(--p-space-600);
--button-min-height: var(--p-height-700);
background-color: var(--p-color-bg-surface-secondary);
min-height: var(--button-min-height);
min-width: var(--button-min-height);
Expand Down