Skip to content

Commit

Permalink
feat: 🎸 Updated the stepper labels, made steps linear
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Boyle committed Feb 3, 2021
1 parent 8083d59 commit 1dfb899
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stories/SQFormDialogStepper.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ export const SQFormDialogStepperWithValidationAndHeightStyle = () => {
}}
fullWidth
muiGridProps={{
justify: 'space-between',
alignItems: 'center'
justify: 'space-between'
}}
initialValues={initialValues}
setValues={() => {
Expand Down Expand Up @@ -231,7 +230,6 @@ export const SQDialogStepperWithValidation = () => {
maxWidth="md"
muiGridProps={{
justify: 'space-between',
alignItems: 'center',
spacing: 6
}}
initialValues={{
Expand Down

0 comments on commit 1dfb899

Please sign in to comment.