Skip to content

Commit

Permalink
docs: fix body line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 17, 2022
1 parent 525fb13 commit a8e4122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dumi/theme/common/GlobalStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const GlobalStyles = () => {
color: ${token.colorText};
font-size: ${token.fontSize}px;
font-family: ${token.fontFamily};
line-height: ${token.lineHeight}px;
line-height: ${token.lineHeight};
background: ${token.colorBgContainer};
transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
Expand Down

0 comments on commit a8e4122

Please sign in to comment.