Update carton toggle icon

This commit is contained in:
beatz174-bit
2025-11-23 13:29:15 +10:00
parent c014f43a40
commit ade987b712
+2 -2
View File
@@ -1,4 +1,4 @@
import { Add, Delete, Remove, SwapHoriz } from '@mui/icons-material'; import { Add, Delete, Inventory2, Remove, SwapHoriz } from '@mui/icons-material';
import { import {
Button, Button,
Checkbox, Checkbox,
@@ -79,7 +79,7 @@ export const PickItemRow = ({
color={item.is_carton ? 'primary' : 'default'} color={item.is_carton ? 'primary' : 'default'}
onClick={onToggleCarton} onClick={onToggleCarton}
> >
<SwapHoriz /> {item.is_carton ? <Inventory2 /> : <SwapHoriz />}
</IconButton> </IconButton>
<IconButton <IconButton
aria-label="Decrease quantity" aria-label="Decrease quantity"