Skip to content

Commit

Permalink
fix(button): 修复 ghost 按钮在 primary 主题下文字颜色异常的问题 (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-pay authored Jul 16, 2022
1 parent 222b750 commit 9b920c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style/web/components/button/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
background-color: transparent;

&.@{prefix}-button--theme-primary {
.button-attr-color("primary", color, true);
.button-attr-color("primary", border-color, true);
}

Expand Down

0 comments on commit 9b920c9

Please sign in to comment.