Skip to content

Commit

Permalink
[@mantine/core] Pagination: Fix theme.fontFamily not being respected (
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulien-ivanov committed Oct 27, 2022
1 parent 6b5eade commit 1d3eadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mantine-core/src/Pagination/Pagination.styles.ts
Expand Up @@ -19,13 +19,13 @@ export default createStyles((theme, { size, radius, color }: PaginationStylesPar

return {
item: {
...theme.fn.fontStyles(),
...theme.fn.focusStyles(),
cursor: 'pointer',
userSelect: 'none',
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
fontWeight: 500,
border: `1px solid ${
theme.colorScheme === 'dark' ? theme.colors.dark[4] : theme.colors.gray[4]
}`,
Expand Down

0 comments on commit 1d3eadd

Please sign in to comment.