mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
docs: fix body line-height
This commit is contained in:
parent
525fb13828
commit
a8e412261c
@ -118,7 +118,7 @@ const GlobalStyles = () => {
|
|||||||
color: ${token.colorText};
|
color: ${token.colorText};
|
||||||
font-size: ${token.fontSize}px;
|
font-size: ${token.fontSize}px;
|
||||||
font-family: ${token.fontFamily};
|
font-family: ${token.fontFamily};
|
||||||
line-height: ${token.lineHeight}px;
|
line-height: ${token.lineHeight};
|
||||||
background: ${token.colorBgContainer};
|
background: ${token.colorBgContainer};
|
||||||
transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
|
transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user