feat: add size large to ItemList

This commit is contained in:
Mathias Schopmans
2024-02-19 13:47:04 +01:00
committed by Mathias Schopmans
parent 1f3e1045c3
commit 5f0c2500a4
3 changed files with 52 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ const Overview: CustomPage = () => {
onQueryChange={onQueryChange}
/>
<ItemList items={items} />
<ItemList items={items} size="large" />
</>
);
};