Skip to content

Commit

Permalink
fix(Page): change font size of descriptions text to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed May 17, 2024
1 parent 848fe80 commit 6563223
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Page/Header/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ export const useStyles = createStyles(
font-weight: 700;
`,
descriptions: css`
font-size: ${token.fontSizeSM}px;
font-size: ${token.fontSize}px;
color: ${token.colorTextSecondary};
.${prefixCls}-badge.${prefixCls}-badge-status {
font-size: ${token.fontSizeSM}px;
font-size: ${token.fontSize}px;
& > .${prefixCls}-badge-status-text {
font-size: ${token.fontSizeSM}px;
font-size: ${token.fontSize}px;
color: ${token.colorTextSecondary};
}
}
Expand Down

0 comments on commit 6563223

Please sign in to comment.