feat: add size large to ItemList
This commit is contained in:
committed by
Mathias Schopmans
parent
1f3e1045c3
commit
5f0c2500a4
@@ -51,7 +51,7 @@ const Overview: CustomPage = () => {
|
||||
onQueryChange={onQueryChange}
|
||||
/>
|
||||
|
||||
<ItemList items={items} />
|
||||
<ItemList items={items} size="large" />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user