Skip to content

Commit

Permalink
add typography fontFamily to step label container for optional text
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Sep 20, 2022
1 parent 57fd573 commit 1f459a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mui-material/src/StepLabel/StepLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const StepLabelLabelContainer = styled('span', {
})(({ theme }) => ({
width: '100%',
color: (theme.vars || theme).palette.text.secondary,
fontFamily: theme.typography.fontFamily,
[`&.${stepLabelClasses.alternativeLabel}`]: {
textAlign: 'center',
},
Expand Down

0 comments on commit 1f459a8

Please sign in to comment.