From ade987b712a3974b36fbde4e838c7d879e243562 Mon Sep 17 00:00:00 2001 From: beatz174-bit Date: Sun, 23 Nov 2025 13:29:15 +1000 Subject: [PATCH] Update carton toggle icon --- src/components/PickItemRow.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PickItemRow.tsx b/src/components/PickItemRow.tsx index e96b608..87f8eab 100644 --- a/src/components/PickItemRow.tsx +++ b/src/components/PickItemRow.tsx @@ -1,4 +1,4 @@ -import { Add, Delete, Remove, SwapHoriz } from '@mui/icons-material'; +import { Add, Delete, Inventory2, Remove, SwapHoriz } from '@mui/icons-material'; import { Button, Checkbox, @@ -79,7 +79,7 @@ export const PickItemRow = ({ color={item.is_carton ? 'primary' : 'default'} onClick={onToggleCarton} > - + {item.is_carton ? : }