♻️(react) make Pagination to use new Input

The Pagination component was not using the label of new Input.
This commit is contained in:
Nathan Vasse
2023-04-14 16:39:21 +02:00
committed by NathanVss
parent feea284ec8
commit 26be159c91
3 changed files with 10 additions and 3 deletions

View File

@@ -15,5 +15,9 @@
display: flex;
align-items: center;
gap: 0.5rem;
.c__field--default {
width: 100px;
}
}
}