From 49b9ba77d0cf733a970224ffff3f3be95a2316d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E7=88=B1=E5=90=83=E7=99=BD=E8=90=9D?= =?UTF-8?q?=E5=8D=9C?= Date: Sun, 8 Jan 2023 13:25:32 +0800 Subject: [PATCH] chore: adjust desc style (#40085) --- components/descriptions/style/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/descriptions/style/index.ts b/components/descriptions/style/index.ts index f6d2018269..200d08c5c6 100644 --- a/components/descriptions/style/index.ts +++ b/components/descriptions/style/index.ts @@ -40,6 +40,7 @@ const genBorderedStyle = (token: DescriptionsToken): CSSObject => { }, }, [`${componentCls}-item-label`]: { + color: token.colorTextSecondary, backgroundColor: descriptionsBg, '&::after': { display: 'none', @@ -116,7 +117,7 @@ const genDescriptionStyles: GenerateStyle = (token: Descripti }, }, [`${componentCls}-item-label`]: { - color: token.colorText, + color: token.colorTextTertiary, fontWeight: 'normal', fontSize: token.fontSize, lineHeight: token.lineHeight,