Skip to content

Commit

Permalink
[StepIcon] Fix text centering when changing browser font size
Browse files Browse the repository at this point in the history
  • Loading branch information
alansouzati committed May 9, 2022
1 parent 345882e commit 7c4d5cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mui-material/src/StepIcon/StepIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ const StepIcon = React.forwardRef(function StepIcon(inProps, ref) {
<StepIconText
className={classes.text}
x="12"
y="16"
y="12"
textAnchor="middle"
dominantBaseline="central"
ownerState={ownerState}
>
{icon}
Expand Down

0 comments on commit 7c4d5cf

Please sign in to comment.