Skip to content
Prev Previous commit
Next Next commit
add nonLinear to Stepper styleOverrides
Signed-off-by: Alexis Morin <[email protected]>
  • Loading branch information
alexismo authored Jun 14, 2024
commit b65e39c7bc666ba6adbc8ead12a8d5c38a052bdb
1 change: 1 addition & 0 deletions packages/mui-material/src/Stepper/Stepper.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const StepperRoot = styled('div', {
styles.root,
styles[ownerState.orientation],
ownerState.alternativeLabel && styles.alternativeLabel,
ownerState.nonLinear && styles.nonLinear
];
},
})({
Expand Down