From a8e412261c512b8f8153cbc443344174fb6cb36c Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 17 Nov 2022 16:15:36 +0800 Subject: [PATCH] docs: fix body line-height --- .dumi/theme/common/GlobalStyles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dumi/theme/common/GlobalStyles.tsx b/.dumi/theme/common/GlobalStyles.tsx index 941745cb83..ac87512008 100644 --- a/.dumi/theme/common/GlobalStyles.tsx +++ b/.dumi/theme/common/GlobalStyles.tsx @@ -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); }