Skip to content

Commit

Permalink
fix(comp:button): danger mode style error (#957)
Browse files Browse the repository at this point in the history
fix #955
  • Loading branch information
liuzaijiang committed Jun 15, 2022
1 parent f9fb28b commit 6fef486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/button/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
position: relative;
}

&-default:not(&-disabled):not(:hover):not(:focus):not(:active) {
&-default:not(&-danger):not(&-disabled):not(:hover):not(:focus):not(:active) {
.@{icon-prefix} {
color: @button-icon-color;
}
Expand Down

0 comments on commit 6fef486

Please sign in to comment.