Skip to content

Commit

Permalink
fix(card): fix StatisticCard value style error
Browse files Browse the repository at this point in the history
close #6798
  • Loading branch information
chenshuai2144 committed Mar 18, 2023
1 parent 11c1166 commit 5de24b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/card/src/components/Statistic/style.ts
Expand Up @@ -37,6 +37,11 @@ const genProStyle: GenerateStyle<ProListToken> = (token) => {
},
'&-content': {
width: '100%',
[`${token.antCls}-statistic-content`]: {
'&-value-int': {
fontSize: token.fontSizeHeading3,
},
},
},
'&-description': {
width: '100%',
Expand Down

0 comments on commit 5de24b7

Please sign in to comment.