Skip to content

Commit

Permalink
fix: shoppingList icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 committed Feb 22, 2023
1 parent 0e5a76a commit 1550f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/storefront/src/pages/shoppingLists/ShoppingListsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const ShoppingListsCard = (props: OrderItemCardProps) => {
!getEditPermissions(shoppingList.status) && (
<IconButton
aria-label="edit"
size="small"
size="medium"
sx={{
marginRight: '8px',
}}
Expand All @@ -188,7 +188,7 @@ const ShoppingListsCard = (props: OrderItemCardProps) => {

<IconButton
aria-label="edit"
size="small"
size="medium"
sx={{
marginRight: '8px',
}}
Expand Down

0 comments on commit 1550f39

Please sign in to comment.