From 21ad15830e77b5664d3c9b0f5fa8aab6e8fc9b1f Mon Sep 17 00:00:00 2001 From: Tangjj1996 Date: Wed, 24 Apr 2024 15:04:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(style):=20warning=20feedback=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/components/src/form-item/style/other.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/form-item/style/other.tsx b/packages/components/src/form-item/style/other.tsx index 235ec31..2dd9e29 100644 --- a/packages/components/src/form-item/style/other.tsx +++ b/packages/components/src/form-item/style/other.tsx @@ -474,7 +474,7 @@ export const genOtherStyle: GenerateStyle = (token) => { }, [`${componentCls}-warning-help`]: { - color: colorWarning, + color: `${colorWarning} !important`, }, [`${componentCls}-success-help`]: {