Skip to content

Commit

Permalink
Merge pull request #848 from illacloud/feat/update-statistic-style
Browse files Browse the repository at this point in the history
fix: statistic style
  • Loading branch information
Wangtaofeng authored Jan 5, 2024
2 parents f50e952 + 45b8a62 commit 9858ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/statistic/src/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const statisticContentStyle = (colorScheme: string) => css`
font-size: 24px;
font-weight: 500;
display: flex;
align-items: center;
align-items: baseline;
color: ${getSpecialThemeColor(colorScheme)};
`

Expand Down

0 comments on commit 9858ff2

Please sign in to comment.