EqualltyChoiceBottomSheet: enhance styles
This commit is contained in:
@@ -8,10 +8,10 @@ export default function TotalPeopleActions() {
|
||||
|
||||
return (
|
||||
<ActionsButtons
|
||||
quantity={tmp?.totalPeople || 1}
|
||||
quantity={tmp?.totalPeople || 2}
|
||||
setQuantity={(value) => dispatch(setTmp({ ...tmp, totalPeople: value }))}
|
||||
max={10}
|
||||
min={1}
|
||||
min={2}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user