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,