Skip to content

Commit

Permalink
fix: 修复InputNumber组件校验出错时出现红色背景,formilyjs#11
Browse files Browse the repository at this point in the history
  • Loading branch information
yongfenli committed Aug 11, 2022
1 parent 9e0991d commit feb52d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/__styles__/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@error-color: var(--td-error-color);
@error-box-shadow: 0 0 0 2px var(--td-error-color-focus);
@border-color-base: var(--td-component-border);
@form-error-input-bg: red;
@form-error-input-bg: #fff;
@warning-color: var(--td-warning-color);
@warning-box-shadow: 0 0 0 2px var(--td-warning-color-focus);
@success-color: var(--td-success-color);
Expand Down

0 comments on commit feb52d3

Please sign in to comment.