Skip to content

Commit

Permalink
fix(comp:pagination): change lg size font size to fontSizeSm
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Dec 4, 2023
1 parent f1dc7bc commit 5b29309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/pagination/theme/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ export function getDefaultThemeTokens(
algorithms: ThemeTokenAlgorithms,
): CertainThemeTokens<'pagination'> {
const { getColorPalette } = algorithms
const { colorPrimary, fontSizeSm, fontSizeMd, paddingSizeXs, heightSm, heightMd } = tokens
const { colorPrimary, fontSizeSm, paddingSizeXs, heightSm, heightMd } = tokens

const primaryColorPalette = getColorPalette(colorPrimary)

return {
fontSizeSm: fontSizeSm,
fontSizeMd: fontSizeSm,
fontSizeLg: fontSizeMd,
fontSizeLg: fontSizeSm,

itmePaddingSm: 0,
itemPaddingMd: paddingSizeXs,
Expand Down

0 comments on commit 5b29309

Please sign in to comment.