Update carton toggle icon
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user