Skip to content

Commit

Permalink
BREAKING CHANGE(web): Pagination Item has the same minimal width as B…
Browse files Browse the repository at this point in the history
…utton #DS-1030
  • Loading branch information
curdaj committed May 3, 2024
1 parent 17653ec commit a3bfba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/src/scss/components/Pagination/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3bfba3

Please sign in to comment.