Skip to content

Commit f52f130

Browse files
authored
Merge pull request #774 from icflorescu/next
Fix custom pagination render example
2 parents cf40605 + e888d72 commit f52f130

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/examples/pagination/PaginationCustomRenderExample.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ export default function PaginationCustomRenderExample() {
6060
<Group gap="xs">
6161
<Text size={state.paginationSize}>Jump to page</Text>
6262
<NumberInput
63+
// 👇 custom input height to match pagination button height
64+
styles={{ wrapper: { '--input-height-sm': '26px' } }}
6365
hideControls
6466
w={80}
6567
size={state.paginationSize}

0 commit comments

Comments
 (0)