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:
Emi Matchu 2022-10-14 20:45:28 -07:00
parent edce95ec3b
commit 22784555d9

View file

@ -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">