Skip to content

Commit

Permalink
[stepper] Removed comment in StepLabel styles definition. (mui#4799)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhayes committed Nov 1, 2017
1 parent 3590d49 commit 63996e9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/Stepper/StepLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ export const styles = (theme: Object) => ({
display: 'flex',
alignItems: 'center',
},
horizontal: {
// height: 72,
},
vertical: {
// height: -64,
},
horizontal: {},
vertical: {},
active: {
fontWeight: 500,
},
Expand Down

0 comments on commit 63996e9

Please sign in to comment.