Skip to content

Commit

Permalink
Box shadow for the stepper.
Browse files Browse the repository at this point in the history
  • Loading branch information
dire committed Sep 11, 2020
1 parent ad033b0 commit a507c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Wizard/WizardStepper.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const useStyles = makeStyles(theme => ({
},
stepper: {
backgroundColor: theme.palette.background.paper,
boxShadow: "0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12)"
}
}));

Expand Down

0 comments on commit a507c20

Please sign in to comment.