Skip to content

Commit

Permalink
fix(style): warning feedback 样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Tangjj1996 committed Apr 24, 2024
1 parent 705c447 commit 21ad158
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 21ad158

Please sign in to comment.