We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf40605 + e888d72 commit f52f130Copy full SHA for f52f130
app/examples/pagination/PaginationCustomRenderExample.tsx
@@ -60,6 +60,8 @@ export default function PaginationCustomRenderExample() {
60
<Group gap="xs">
61
<Text size={state.paginationSize}>Jump to page</Text>
62
<NumberInput
63
+ // 👇 custom input height to match pagination button height
64
+ styles={{ wrapper: { '--input-height-sm': '26px' } }}
65
hideControls
66
w={80}
67
size={state.paginationSize}
0 commit comments