Skip to content

Commit

Permalink
fix: missing step name font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
yangxiaolang authored and fengtianze committed Mar 15, 2023
1 parent 7d649b8 commit 47cc5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/steps.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

&--selected {
.aui-step__name {
font-weight: use-var(font-weight-bold);
font-weight: use-var(font-weight-bolder);
}
}
}
Expand Down

0 comments on commit 47cc5cc

Please sign in to comment.