Skip to content

Commit

Permalink
Update NumberInput.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
anle9650 committed Sep 10, 2023
1 parent 8b90b2c commit a1778da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mui-base/src/Unstable_NumberInput/NumberInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ const NumberInput = React.forwardRef(function NumberInput(

return (
<Root {...rootProps}>
<DecrementButton {...decrementButtonProps} />
<IncrementButton {...incrementButtonProps} />
{startAdornment}
<Input {...inputProps} />
{endAdornment}
<DecrementButton {...decrementButtonProps} />
<IncrementButton {...incrementButtonProps} />
</Root>
);
}) as OverridableComponent<NumberInputTypeMap>;
Expand Down

0 comments on commit a1778da

Please sign in to comment.