diff --git a/packages/web/src/scss/components/Pagination/_theme.scss b/packages/web/src/scss/components/Pagination/_theme.scss index 2c7fff8b1c..fc4fae559e 100644 --- a/packages/web/src/scss/components/Pagination/_theme.scss +++ b/packages/web/src/scss/components/Pagination/_theme.scss @@ -2,8 +2,8 @@ @use '@tokens' as tokens; $item-gap: tokens.$space-300; -$item-min-width: 2em; -$item-height: 2.5em; +$item-min-width: tokens.$space-900; +$item-height: 2.5em; /* It is in relative units due to possible resizing of the system font. */ $item-padding-inline: tokens.$space-400; $item-emphasis-font-weight: map.get(tokens.$body-medium-text-bold, 'mobile', 'font-weight'); $item-radius: tokens.$radius-100; diff --git a/tests/e2e/demo-components-compare.spec.ts-snapshots/pagination-chromium-linux.png b/tests/e2e/demo-components-compare.spec.ts-snapshots/pagination-chromium-linux.png index ff5f1ab3d0..baf53ccd62 100644 Binary files a/tests/e2e/demo-components-compare.spec.ts-snapshots/pagination-chromium-linux.png and b/tests/e2e/demo-components-compare.spec.ts-snapshots/pagination-chromium-linux.png differ