Use small pagination toolbar in wardrobe
I thought about making this by media query, but tbh I think this looks better at the larger sizes too?
This commit is contained in:
parent
edce95ec3b
commit
22784555d9
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ function SearchResults({
|
||||||
currentPageNumber={currentPageNumber}
|
currentPageNumber={currentPageNumber}
|
||||||
goToPageNumber={setCurrentPageNumber}
|
goToPageNumber={setCurrentPageNumber}
|
||||||
buildPageUrl={() => null}
|
buildPageUrl={() => null}
|
||||||
|
size="sm"
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
<ItemListContainer paddingX="4" paddingBottom="2">
|
<ItemListContainer paddingX="4" paddingBottom="2">
|
||||||
|
|
Loading…
Reference in a new issue