Merge branch 'master' into Dispencer-UI-change

This commit is contained in:
Fermi
2021-01-04 16:21:06 +00:00
74 changed files with 1849 additions and 1088 deletions

View File

@@ -205,7 +205,7 @@ const PackagingControlsItem = props => {
stepPixelSize={15}
value={amount}
minValue={1}
maxValue={10}
maxValue={20}
onChange={onChangeAmount} />
<Button
ml={1}

File diff suppressed because one or more lines are too long