Skip to content

Commit

Permalink
[docs] Improve the HorizontalNonLinearStepper demo styling (#33886)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wataru committed Aug 15, 2022
1 parent f1b0f3b commit f03e7ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Expand Up @@ -82,7 +82,9 @@ export default function HorizontalNonLinearStepper() {
</React.Fragment>
) : (
<React.Fragment>
<Typography sx={{ mt: 2, mb: 1 }}>Step {activeStep + 1}</Typography>
<Typography sx={{ mt: 2, mb: 1, py: 1 }}>
Step {activeStep + 1}
</Typography>
<Box sx={{ display: 'flex', flexDirection: 'row', pt: 2 }}>
<Button
color="inherit"
Expand Down
Expand Up @@ -84,7 +84,9 @@ export default function HorizontalNonLinearStepper() {
</React.Fragment>
) : (
<React.Fragment>
<Typography sx={{ mt: 2, mb: 1 }}>Step {activeStep + 1}</Typography>
<Typography sx={{ mt: 2, mb: 1, py: 1 }}>
Step {activeStep + 1}
</Typography>
<Box sx={{ display: 'flex', flexDirection: 'row', pt: 2 }}>
<Button
color="inherit"
Expand Down

0 comments on commit f03e7ec

Please sign in to comment.