Skip to content

Commit

Permalink
[stepper] Use correct font-family in StepPositionIcon. (mui#4799)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhayes committed Oct 8, 2017
1 parent cd19ee1 commit 8c64536
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Stepper/StepPositionIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import classNames from 'classnames';
import withStyles from '../styles/withStyles';
import SvgIcon from '../SvgIcon';
import type { Icon } from './StepButton';
import Typography from '../Typography';

export const styles = (theme: Object) => ({
root: {
Expand All @@ -14,6 +15,7 @@ export const styles = (theme: Object) => ({
text: {
fill: theme.palette.getContrastText(theme.palette.primary[500]),
fontSize: theme.typography.caption.fontSize,
fontFamily: theme.typography.fontFamily,
},
active: {
fill: theme.palette.primary[500],
Expand Down

0 comments on commit 8c64536

Please sign in to comment.