Skip to content

Commit

Permalink
fix(antd): fix antd form-item dark label color (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lind-pro authored May 11, 2021
1 parent 77e2c48 commit b6ac9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/antd/src/form-item/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
}

.@{form-item-cls}-label label {
color: rgba(0, 0, 0, .85);
color: @heading-color
}

.@{form-item-cls}-label-align-left {
Expand Down

0 comments on commit b6ac9f2

Please sign in to comment.