Skip to content

Commit

Permalink
fix(style): warning feedback 样式问题 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tangjj1996 authored Jun 4, 2024
1 parent 378319f commit 5203cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/form-item/style/other.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ export const genOtherStyle: GenerateStyle = (token) => {
},

[`${componentCls}-warning-help`]: {
color: colorWarning,
color: `${colorWarning} !important`,
},

[`${componentCls}-success-help`]: {
Expand Down

0 comments on commit 5203cb5

Please sign in to comment.